Hacker News new | ask | show | jobs
by aurelian15 3211 days ago
I really enjoyed "A Tour of C++" by Bjarne Stroustrup, which is a short book giving an overview of C++ features. It sticks to modern C++ practices from the very beginning.

Unfortunately, the book is C++11 only and correspondingly does not talk about C++14 or C++17.