CPP Conventions
CPP Coding Standards
Rules
C++ static code analysis
Unique rules to find Bugs, Vulnerabilities, Security Hotspots, and Code Smells in your C++ code
https://rules.sonarsource.com/cpp/
CERT Coding Standards
The SEI CERT Coding Standards are software coding standards developed by the CERT Coordination Center to improve the safety, reliability, and security of software systems.[1][2] Individual standards are offered for C, C++, Java, Android OS, and Perl.[3]
https://en.wikipedia.org/wiki/CERT_Coding_Standards
My personal C coding style as of late 2023
https://nullprogram.com/blog/2023/10/08

Seonglae Cho