mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
Comprehensive coding standards for modern C++ (C++17/20/23) derived from isocpp.github.io/CppCoreGuidelines. Covers philosophy, functions, classes, resource management, expressions, error handling, immutability, concurrency, templates, standard library, enumerations, naming, and performance with DO/DON'T examples and a pre-commit checklist.