Quote:
Originally posted by djengiz
Sorry i have to disagree. First you should learn C, before anything else. Why you might ask?
C++ is a hybrid language and nearly everything is possible in C++. If you dont learn how to program a function in neat and readable way your C++ code will be ****ty. Also you should never learn VC++ to start off with. VC++ is not ANCII C++. If you ever have to port anything to another platform you'll get into a lot of trouble.
So in conclusion: learn C, then C++ and then all other programming languages are easy peasy heheh
Those were my basic reasons for my recommendation of learning C first. And I concur on the not starting with VC++.