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';
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';
The C++ FAQ LITE is handy for most questions you might have on the language.
Specifically for the STL (Standard Template Library, which is C++'s generic toolbox for many data structures and algorithms):
It's a bit dense, but for some reason most C++ documentation seems to be dense.
The Object-Oriented Programming in C++ course from the University of Southern Queensland looks great. It's fully open.
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