Title: Rec. 02. Declarations and Initialization (DCL)  
Author: Barbara White Mar 05, 2015
Last Changed by: David Svoboda Mar 15, 2022
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/XtUxBQ
Export As: Word · PDF  
Hierarchy
Parent Page
    Page: 3 Recommendations
Children (23)
    Page: DCL00-C. Const-qualify immutable objects
    Page: DCL01-C. Do not reuse variable names in subscopes
    Page: DCL02-C. Use visually distinct identifiers
    Page: DCL03-C. Use a static assertion to test the value of a constant expression
    Page: DCL04-C. Do not declare more than one variable per declaration
    Page: DCL05-C. Use typedefs of non-pointer types only
    Page: DCL06-C. Use meaningful symbolic constants to represent literal values
    Page: DCL07-C. Include the appropriate type information in function declarators
    Page: DCL08-C. Properly encode relationships in constant definitions
    Page: DCL09-C. Declare functions that return errno with a return type of errno_t
Labels
Global Labels (3)