[–] thesuperbigfrog 4y ago ↗ I would recommend the book "C++ Crash Course" by Josh Lospinoso.It covers modern C++ through C++ 17 and is well written and easy to understand.
[–] binarynate 4y ago ↗ When I got into C++ several years ago, I read "A Tour of C++" by the creator of C++, Bjarne Stroustrup, and thought it was quite good:https://www.stroustrup.com/tour2.htmlThe second edition is from 2018 and uses modern C++ (C++17). So, I would say read that and then write a bunch of C++ code to learn by doing.
4 comments
[ 3.1 ms ] story [ 20.2 ms ] threadIt covers modern C++ through C++ 17 and is well written and easy to understand.
https://www.stroustrup.com/tour2.html
The second edition is from 2018 and uses modern C++ (C++17). So, I would say read that and then write a bunch of C++ code to learn by doing.