If you want to learn or improve your knowledge of C++, you should take a look at these two books:
- H. Schildt, C++: A Beginner’s Guide, Second edition, McGraw-Hill.
- H. Schildt, C++: The Complete Reference, Fourh edition, McGraw-Hill.
Thanks to a friend of mine (mfoxdogg of #blendercoders@freenode.net) who suggested them to me!
4 Comments
Ionut
I would add:
1. C++ Primer (4th Edition) by Stanley B. Lippman (very good)
2. C++ FAQs (2nd Edition) by Marshall P. Cline
3. Effective C++ by Scott Meyers
and off course:
3. The C++ Programming Language by Bjarne Stroustrup
Alberto
Thanks for the suggestion!
To complete the list, I would also add Thinking in C++ Vol. 1 and 2, from Bruce Eckel.
Michael Wolf
They used to call that author “S*hi**t”, or something to that effect, way back when on the C newsgroups. I’d at least tread carefully.
Alberto
Hi Michael! Hmm. Actually I find Schildt’s books clear. Could you elaborate a bit more about that? 🙂