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