This is the home page for the C++ Secure Coding Practices space.

The Secure Coding Standard for the C Programming Language is available here.

01. Declarations (DCL)

02. Expressions (EXP)

05. Arrays (ARR)

08. Resource management (RES)

06. Dangling pointers (DAN)

07. Errors and exceptions (ERR)

09. Object orientation (OBJ)

10. Basic string class (BSC)

11. Null-terminated byte strings (STR)

12. Vectors (VEC)

09. STL (STL)

10. Integers (INT)

10.2 Floating point arithmetic (FLP)

11. Miscellaneous (MSC)

AA. C++ References