motivated wrote:
I'm currently learning Java and hope to move on to C++ as quick as possible.
Stick with Java. Avoid C++.
I'd have to second that. C++ is overly complex and it's very easy to make completely unreadable (read unmaintainable) code. Java misses out
on nasties like templates and operator overloading.
Cheers, Rex
