Troncoso
VIP Member
....Don't try to scare people away from something they want to learn. If you find a beginner's book to C++, it'll go over the basics of what a variable is, what a function is, what syntax is, etc. The thing that really makes C++ harder to deal with is the memory management, but in the beginning that's barely something to worry about.
Seriously. C++ is a great language to learn. If you get comfortable with it first, then learning other languages will be vary simple.
I would suggest learning java possibly first, thought. It's syntax is very similar to C++ (just different keywords) BUt you don't have to worry so much about memory management. There is also a compiler for java called "BlueJ" It makes programming very simple so you can focus on getting your syntax right and developing proper programming techniques. I recommend that as a good place to start.
Seriously. C++ is a great language to learn. If you get comfortable with it first, then learning other languages will be vary simple.
I would suggest learning java possibly first, thought. It's syntax is very similar to C++ (just different keywords) BUt you don't have to worry so much about memory management. There is also a compiler for java called "BlueJ" It makes programming very simple so you can focus on getting your syntax right and developing proper programming techniques. I recommend that as a good place to start.