vote up 4 vote down star
2

Are there any quality resources online for me to learn C++?

Edit: I wanted to make a note that the extent of my C(++) knowledge now is
cout << 'minimal';

flag

9 Answers

vote up 5 vote down check

Bruce Eckel's Thinking in C++ is a good book.

alt text

link|flag
vote up 1 vote down

I come to this site pretty often for reference. I haven't gone through this tutorial in detail, but it doesn't require any previous experience in c++.
Good luck.

link|flag
vote up 1 vote down

It's a free to download book. You can grab it from here.

link|flag
vote up 1 vote down

The Object-Oriented Programming in C++ course from the University of Southern Queensland looks great. It's fully open.

link|flag
vote up 1 vote down

The C++ FAQ LITE is handy for most questions you might have on the language.

link|flag
vote up 0 vote down

I would recommend Bruce Eckel's book too (used the first volume when I was learning C++\OO programming). Also I've occasionally found Stroustup's FAQ to be informative particularly from a new to C++ but not to programming perspective.

link|flag
vote up 0 vote down

Specifically for the STL (Standard Template Library, which is C++'s generic toolbox for many data structures and algorithms):

http://www.sgi.com/tech/stl/

It's a bit dense, but for some reason most C++ documentation seems to be dense.

link|flag
vote up 0 vote down
http://www.comeaucomputing.com/tryitout/

Not to learn, but to try with real and one of the best C++ compilers. If you use C++, this is precious url, keep it safe.

--DBJ

PS: there are tons of C++ books in pdf format. But. You do need to understand what the master is saying to you when reading his book.

http://en.wikipedia.org/wiki/Stroustrup
link|flag
vote up -1 vote down

I appreciate the book suggestions, but I NEED online resources, work has been slow for WAY to long.

link|flag
The book is free, online, for download, and open source. People are recommending it for a good reason. – anonymous Sep 22 '08 at 19:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.