You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

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. Casts (CAS)

02. Pointer arithmetic, arrays and polymorphism (POI)

03. Resource management (RES)

04. Dangling pointers (DAN)

05. Errors and exceptions (ERR)

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

  • No labels