C++ Coding Standards — a practical guide to C++ coding standards with clear examples you can reuse in real projects.
C++ Tutorial Series (105/111). Prefer one article? Read the complete C++ tutorial.
Short description
Consistency beats perfection — automate with clang-format/clang-tidy.
Standards focus
Naming consistency
const-correctness
No raw owning pointers
Clear header hygiene
Automated format/lint