Hacker News new | ask | show | jobs
by AnimalMuppet 1372 days ago
I would start with Stroustrup's A Tour of C++.
2 comments

Third Edition just published. I think that's a sign that this is the way to go.
This sounds great!
I second it, and on top of that follow Bjarne's advice regarding static analysis and the C++ Core Guidelines.

Additionally have a look at,

"Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code"

"Embracing Modern C++ Safely"