Confused
-
I need some advice for people that are trying to learn C++, any recomends for books or classes he are available. The only problem is that my comuter is "vintage" and can't run too much.
www.download.com There are some very good freeware/shareware C/C++ compilers. Also some good links to tutorials. Though for basic C++ concepts the Mandrake Linux site has some very good links. My advice though would be to learn the C side first (don't worry its the same compiler). Many problems you see in lists such as this one, as far as C++ is concerned, tend to be because the trainee programmer has gone straight to C++ and so has missed many of the basic lessons. Too many ready made classes that users tend to think are a part of the language. Not an ounce of your C training will be wasted when your ready to move to C++. We do it for the joy of seeing the users struggle.