C++ Book recommendations?

Any recommendations? Feel free to give me more than one recommendation.
closed account (1vRz3TCk)
The C++ Programming Language
by Bjarne Stroustrup

The C++ Standard Library: A Tutorial and Reference
by Nicolai M. Josuttis

C++ Templates: The Complete Guide
by David Vandevoorde, Nicolai M. Josuttis, DougLas Gregor

are two three that come to mind.
edit: added a book

Are you looking for anything in particular?
Last edited on
Exceptional-series by Herb Sutter.
Effective-series by Scott Meyers.
closed account (1vRz3TCk)
There is a book, not C++, that I feel is worth a mention for people starting out.
Computer Science Distilled: Learn the Art of Solving Computational Problems
by Wladston Ferreira Filho
"A walkthrough of computer science concepts you must know. Designed for readers who don't care for academic formalities, it's a fast and easy computer science guide. It teaches the foundations you need to program computers effectively. After a simple introduction to discrete math, it presents common algorithms and data structures. It also outlines the principles that make computers and programming languages work."
Last edited on
StackOverflow C++ community maintains a reliable list of high-quality C++ books, categorized by target audience: https://stackoverflow.com/a/388282

(good to see most things mentioned on this thread are on that list)
Last edited on
The ISO C++ site has some advice about learning the language in the form of a FAQ:
https://isocpp.org/wiki/faq/how-to-learn-cpp

In particular, see "What is the best book to learn C++ from?"
https://isocpp.org/wiki/faq/how-to-learn-cpp#best-book

Most of the books referenced on that FAQ are on that StackOverflow list.
Last edited on
Topic archived. No new replies allowed.