¶
C++ Style Guide
¶
Recommended Tools
clang-format
cpplint
cppcheck
valgrind
¶
Recommended References
¶
Introductory
A Tour of C++ (Bjarne Stroustrup)
Programmez avec le langage C++ (Open Classrooms)
¶
Intermediate
Effective C++ (Scott Meyers)
Effective Modern C++ (Scott Meyers)
More Effective C++ (Scott Meyers)
Design Patterns: Elements of Reusable Object-Oriented Software (GoF)
C++ Core Guidelines
¶
Advanced
Modern C++ Design (Andrei Alexandrescu)
Advanced C++ Metaprogramming (Davide Di Gennaro)
C++ Concurrency in Action (Anthony Williams)