Hacker News new | ask | show | jobs
by AnimalMuppet 1478 days ago
I'd start with Stroustrup's "A Tour of C++". It is by far not an in-depth book[1], but it's great for getting oriented to modern C++.

[1] By "not in-depth", I mean that it doesn't try to have all the detail. It still has a fair amount of specific detail, but it's selective.