C++ Book recommendations?

Nov 1, 2018 at 5:23am
Any recommendations? Feel free to give me more than one recommendation.
Nov 1, 2018 at 10:08am
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 Nov 1, 2018 at 10:38am
Nov 1, 2018 at 11:58am
Exceptional-series by Herb Sutter.
Effective-series by Scott Meyers.
Nov 1, 2018 at 5:08pm
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 Nov 1, 2018 at 7:28pm
Nov 1, 2018 at 6:17pm
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 Nov 1, 2018 at 6:18pm
Nov 1, 2018 at 7:43pm
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 Nov 1, 2018 at 7:43pm
Topic archived. No new replies allowed.