C++ BOOKS IS something I’ve read quite a few of during the years. Having learned my lesson on buying Python books, I would like to share the five C++ books I value the most, and which I would not hesitate to recommend to others. The books target audience range from absolute beginner to advanced programmer.


I learned C++ programming from the book Teach Yourself C++ in 21 Days. Everything that the book Core Python Programming does wrong, this book does right. It starts with very easy first steps and by top quality examples and well written texts, it gradually adds layer upon layer of increasingly more advanced C++ knowledge. This may in fact very well be the best, and most well written, programming book I’ve ever read (note that I got the 1994 edition, and haven’t read later updated reprints).
Target audience: beginner.
Rating: ⭐⭐⭐⭐⭐


No serious C++ work can be done without the C++ Standard Library. The book The C++ Standard Library: A Tutorial and Reference is a perfect combination of a tutorial and reference book (as the title also states). Don’t leave home without it.
Target audience: intermediate, advanced.
Rating: ⭐⭐⭐⭐⭐


The C++ book The C++ Programming Language is written by its inventor himself, Bjarne Stroustrup. I actually got this book before Teach Yourself C++ in 21 Days but this book is not suited for beginners. This is for advanced C++ understanding, and an indispensable reference book when doing serious C++ programming.
Target audience: intermediate, advanced.
Rating: ⭐⭐⭐⭐⭐


Having read – and understood – the books above, one might get the urge to learn some advanced techniques on templates. For that the cult book Modern C++ Design: Applied Generic and Design Patterns is highly recommendable. This relatively thin book is written precise and to the point. Even though the topics covered are advanced, the author takes great care of explaining the details. (Sadly I seldom get the opportunity of doing such C++ hacking covered in this book).
Target audience: advanced.
Rating: ⭐⭐⭐⭐⭐


A bit of a joker is the book The Informit C++ Reference Guide: Techniques, Insight, and Practical Advice on C++. This book is a gold mine of tips, tricks and examples spanning the entire spectrum of C++ programming – the title covers the contents pretty well. Its a very informative book that covers a lot of topics but concentrates intelligently on areas that often causes doubts. I find it a real joy to read every time.
Target audience: intermediate.
Rating: ⭐⭐⭐⭐⭐