Include Page |
---|
| seccode:Secure Coding Space Homepage Notices |
---|
| seccode:Secure Coding Space Homepage Notices |
---|
|
Include Page |
---|
| seccode:Understand the Difference Between Rules and Recommendations |
---|
| seccode:Understand the Difference Between Rules and Recommendations |
---|
|
Info |
---|
title | Linking to Our Pages |
---|
|
Link to guidelines using the Tiny Link under Tools→Link to this Page... (This URL will not change if the name of the guideline changes.) |
Info |
---|
title | Information for Editors |
---|
|
- To eliminate a section from the lists above, label it section and void.
- To have a section listed as a recommendation, label it section and recommendation.
- To have a section listed as a rule, label it section and rule.
|
C++ inherits a host of opportunities for type violations from C and adds a few of its own.
– Bjarne Stroustrup, "A rationale for semantically enhanced library languages"
01. Preprocessor (PRE)
02. Declarations (DCL)
03. Expressions (EXP)
04. Integers (INT)
05. Floating Point Arithmetic (FLP)
06. Arrays (ARR)
10. Environment (ENV)
07. Errors and Exceptions (ERR)
08. Memory Management (MEM)
09. Object Orientation (OBJ)
07. Characters and Strings (STR)
11. Signals (SIG)
12. Vectors (VEC)
13. STL (STL)
09. Input Output (FIO)
15. Miscellaneous (MSC)
...