C++ is my language of choice, I try to avoid java and VB whenever possible. I would suggest getting a C++ book (wrox or mspress have good ones) and reading it, going through the tutorials, etc etc.
Basically learning a low level language (c++) first before going to a higher-level (VB/JAVA/C#) language will be an advantage since you will understand what is actually GOING ON beneath the automated garbage collection and all the other niceties of a higher level language.
|