Which are good books to learn C++ programming ?
The following are a list of books that any serious C++ Programmer must have.
- C++ Primer by Stanley Lippman, Joseph Lajoie and Barbara Moo
- The C++ Programming Language by Bjarne Stroustrup
- Effective C++ by Scott Meyers
- More Effective C++ by Scott Meyers
- Thinking in C++ 2nd Edition by Bruce Eckel
- C++ - The Standard Template Library by Nicolai Josuttis
- C++ Common Knowledge (Essential Intermediate Programming) by Stephen Dewhurst
- Exceptional C++ by Herb Sutter
- More Exceptional C++ by Herb Sutter
- Exceptional C++ Style by Herb Sutter
- C++ Templates by Nicolai Josuttis and David Vandervoode
- Modern C++ Design by Andrei Alexandrescu
- Inside C++ Object Model by Stanley Lippman
All the above books are from Addison Wesley Publications.
Other recommended lists of C++ Books
Victor A. Wagner Jr.'s list of C++ Books∞
CategoryBooks