Originally posted by: Entity
Are there any good free C++ IDEs for Windows, or should I reinstall RH or Mandrake?
Rob
Yeah, try Dev-C++
http://www.bloodshed.net/devcpp.html
Originally posted by: Entity
Are there any good free C++ IDEs for Windows, or should I reinstall RH or Mandrake?
Rob
Originally posted by: MCrusty
Whoever made the comment about Java not being applicable in the real world is an idiot. How many modern, high-level, and powerfull languages can you write ONE piece of code and have it work on ALL different OS's AND platforms that support the Java VM?
Originally posted by: glugglug
Originally posted by: MCrusty
Whoever made the comment about Java not being applicable in the real world is an idiot. How many modern, high-level, and powerfull languages can you write ONE piece of code and have it work on ALL different OS's AND platforms that support the Java VM?
Hmmm.... C, C++, Perl, Python to name a few.
Originally posted by: Entity
I've learned / am still learning PHP, which has been relatively easy for me. I've got the basic principles of OO code down (though I know PHP isn't strong in OO support), and can do most of what I need to do for web applications in PHP. For some reason, though, I just feel like I'm missing something; it could be all the comments I hear from perl/C++ guys about how badly PHP sucks, etc., but I just want to understand how to code better -- write tighter, more efficient, code, etc. What would be a good starting point for learning stuff like this?
For example, trying to understand when it is better to use the ternary operator, switch, or lines of if statements. That kind of stuff.![]()
Originally posted by: Skoorb
Choose something people actually still use and get jobs in; ie not Fortran. I've never met a Fortran programmer. Sure they exist, but then so do cobol programmers, and you don't need to learn that.
I'd recommend VB or Java probably. VB is not 100% OO, but it is going to give you a great start
How so? Even if you don't care for the level of abstraction that VB allows, I see no reason to start with C/C++ over Java.Originally posted by: glugglug
Originally posted by: Skoorb
Choose something people actually still use and get jobs in; ie not Fortran. I've never met a Fortran programmer. Sure they exist, but then so do cobol programmers, and you don't need to learn that.
I'd recommend VB or Java probably. VB is not 100% OO, but it is going to give you a great start
A great start on the road to hell that is....
Originally posted by: Aharami
what? scheme is the worst language ever!!!
While I agree that VB6 is not a good choice if you want to learn good OO fundamentals, you are a little off base.Originally posted by: kevinthenerd
Yeah, VB sucks hard. You'll never write tight code with anything Microsoft. Sure, it's not a bad way to get into learning GUI's and stuff, but it's a terrible way to "hone" your skills. It's all clicking. That's not code. You're better off perfecting your PHP.
Funny you should mention that. I'm taking the course next semesterOriginally posted by: kevinthenerd
Originally posted by: EyeMWing
Java ... despite having virtually no real world capability anymore.
The Florida Institute of Technology uses Java as a freshman programming class, and that's quite a good schol.
I'm not making my own judgement on the issue, but that's a good indicator that Java is alive and well.
Originally posted by: Skoorb
How so? Even if you don't care for the level of abstraction that VB allows, I see no reason to start with C/C++ over Java.Originally posted by: glugglug
Originally posted by: Skoorb
Choose something people actually still use and get jobs in; ie not Fortran. I've never met a Fortran programmer. Sure they exist, but then so do cobol programmers, and you don't need to learn that.
I'd recommend VB or Java probably. VB is not 100% OO, but it is going to give you a great start
A great start on the road to hell that is....