Refresh "modern c++" programming skill

I had programmed for C++ about 10 years but did not do any C++ programming (maybe once in while) after 2006. I still write code for living. I have been programming in C#, PHP, Javascript, Python and even LabView since 2006.
If I want to pick-up/re-learn the "Modern C++", what is the best book(s) for me to start?
Thanks.
I'd start with the latest "Tour of C++" (2nd edition). It's Bjarne's short (and more updated) version of The C++ Programming Language, it gives an overview of everything important.
And then of course, the StackOverflow book list https://stackoverflow.com/a/388282
Last edited on
Thank you Cubbi.
That's exactly what I'm looking for. With about 200 pages or so, I probably can finish it in a week to 10 days.
There is also an online tutorial you might want to take a peek at, Learn C++:

https://www.learncpp.com/
Topic archived. No new replies allowed.