Hacker News new | ask | show | jobs
by waldrews 710 days ago
For those of us who were last paid to write C++ in a different millenium, suggestions for a book to catch up?
1 comments

Yes: https://www.rust-lang.org/learn

(Less snark: just browse cppreference.com. The standard library is updated to make use of new features, so just check out the changes between C++14, C++17, C++20, etc.)