This is the home page for the C++ Secure Coding Practices space.
The Secure Coding Standard for the C Programming Language is available here.
00.5 Declarations (DCL)
01. Expressions (EXP)
02. Pointer arithmetic, arrays and polymorphism (POI)
03. Resource management (RES)
04. Dangling pointers (DAN)
05. Errors and exceptions (ERR)
05.5 Object orientation (OBJ)
06. Basic string class (BSC)
07. Null-terminated byte strings (STR)
08. Vectors (VEC)
09. STL (STL)
10. Integers (INT)
10.5 Arrays (ARR)
11. Miscellaneous (MSC)
AA. C++ References