Ask HN: How would you learn C++ today?
There are countless tutorials online and many books as well but it's overwhelming to know which standard to pick. I'm not looking for an authoritative source but rather a good introduction for someone with prior low-level development experience.
9 comments
[ 3.3 ms ] story [ 18.6 ms ] threadWhy not Go, D, or Rust?
https://isocpp.org/get-started
https://isocpp.org/tour
https://isocpp.org/faq
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
https://en.cppreference.com/w/
If you are looking for books then start with (in the given order)
- A Tour of C++
- C++ Primer
- Programming: Principles and Practice Using C++
- The C++ Programming Language
- The C++ Standard Library: A Tutorial and Reference