Learning Modern C++
Discussions focus on recommendations for books, tutorials, and resources to learn modern C++ features, idioms, and best practices, frequently mentioning 'A Tour of C++' by Bjarne Stroustrup and other guides.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Where does one go to learn modern C++? Is there a "JavaScript: The Good Parts" for C++?
Stroutrup's "Tour of C++" might be what you're looking for.
Do you have any pointers to learn modern C++?
Do you know of any good resources for picking up modern C++?
Can anyone recommend a book on modern C++?
What are some good resources for learning C++ with an eye to these modern practices?
Does anyone have any recommendations for learning to write modern, idiomatic C++? I used C++ in college for data structures and algorithms, so I have some familiarity with the basics. But we were mostly restricted to using C++98, and I'm not sure what the best practices look like these days with the changes introduced in 11, 14, and 17.
This c++ is very different from the c++ I remember. I'd like to learn more about modern c++ style and idioms. Can anyone recommend a good text?
A tour of C++ from Bjarne: https://learning.oreilly.com/library/view/a-tour-of/97801335...
Have you tried "A Tour of C++"? https://www.safaribooksonline.com/library/view/a-tour-of/978...