Comment on Ask HN: Best path/resource to learn modern C++ in 2022?Comments−AnimalMuppet3yI would start with Stroustrup's A Tour of C++.−frou_dh3yThird Edition just published. I think that's a sign that this is the way to go.−abhimskywalkerOP3yThis sounds great!−pjmlp3yI 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"
Comments
I would start with Stroustrup's A Tour of C++.
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"