study of C++ is a life-long process. · 8y ·
Assuming that you have some basic knowledge of the language, I would recommend everything written by Scott Meyers:
- Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)
- Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14 and
- Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library.
This one by Andrei Alexandrescu is also quite important:
- Modern C++ Design: Generic Programming and Design Patterns Applied and:
- C++ Coding Standards: 101 Rules, Guidelines, and Best Practices
While you're with Herb Sutter, you could go through:
32.4K views ·
View upvotes
· 1 of 233 answers
Something went wrong. Wait a moment and try again.