Live data from Hacker News

Ask HN: Best path/resource to learn modern C++ in 2022?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Best path/resource to learn modern C++ in 2022?

#12

I would start with Stroustrup's A Tour of C++ .

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"

Re: Ask HN: Best path/resource to learn modern C++ in 2022?

#15
post #7

You 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…

Thanks!

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 :)

Post reply on HN