Thread: Dev c++
View Single Post
Old Feb 20th, 2005, 1:48 PM   #11
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

Quote:
Originally Posted by Xero
www.cplusplus.com has some of the basics

You're best bet is to buy a book for C++. You can't just learn from reading though.
I agree,
http://www.cplusplus.com/doc/tutorial/index.html
is very thorough from the start on up.

For a book I recommend "Standard C++ Bible" by Al Stevens and Clayton Walnum. It has a CD-ROM with all the sample code from the book and an integrated compiler, so you can run the code and most importantly experiment with it. That's the way to learn!!!
Dietrich is offline   Reply With Quote