Quote:
Originally posted by Infinite Recursion@Jul 26 2004, 12:56 PM
Yes, its a great idea. Once you get a handle on C++, Java would be easy for you.
Good luck!
|
I agree with you, in the sense to recommend C++ over Java for a beginner for few reasons
* C++ allows pointer manipulation, which Java doesn't allow
and pointer manipulation and learning what a reference is are very important pointer concepts.
* C++ doesn't have the massive libraries like for example java has, which although may sound like a bad thing, from my point of view is a good thing, because it forces you to think the algorithm out
* If you wanna learn Java to its full extent ( in my opinion ) you have to learn HTML at least so you can learn how to add your applets
* Java wasn't made for beginners, although it isn't entirely impossible to learn it, it may be frustrating ifor begginers to understand what a class is if they don't have a working knowledge of what a data type is
C++ is very powerful, and not so hard to learn if a good book and people that are willing to help are around. So yes try to learn C++ first, afterwards, move on to Java, because for my little experience in programming, I believe that Java is THE language of the future