C++ Programming Language
Books
- C++ Annotations (online) by Frank B. Brokken, 1994-2021. Excellent in-depth presentation of C++ from the point of view of a C programmer. This is the book that helped me make most progress with C++.
- Modern C++ Design, A. Alexandrescu (2001)
- Effective C++ and all other books by Scott Meyers (More Effective C++, Effective Modern C++, Effective STL)
- Advanced C++, J. O. Coplien (1999)