Ask HN: Best path/resource to learn modern C++ in 2022?
11–15 of 15 posts
Re: Ask HN: Best path/resource to learn modern C++ in 2022?
#12I would start with Stroustrup's A Tour of C++ .
Additionally have a look at,
"Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code"
"Embracing Modern C++ Safely"
Re: Ask HN: Best path/resource to learn modern C++ in 2022?
#13You sure you want to?
But if I have to work with hardware, I believe even today (and perhaps for many years to come) C/C++ is the way to go right?
Re: Ask HN: Best path/resource to learn modern C++ in 2022?
#14Re: Ask HN: Best path/resource to learn modern C++ in 2022?
#15You need to choose a domain. Find software and libraries in that domain and then work off of that. "Modern C++" can mean alot of things. Most people conflate this with the STD library, but alot of people don't use that. Core language feature wise it's not that much. Some "Modern" c++ domains don't even use the STD. This is similar to asking "What is the best way to learn modern Java", where the answer will vary vastl…
This sounds like a great advice! Will pickup a domain and get started. Would probably look around for hardware/robotics and machine learning domain specific projects to get started and learn :)