...
This rule appears in the C++ Secure Coding Standard as DCL00-CPP. Const-qualify immutable objects.
References
Wiki Markup |
---|
\[[Dewhurst 02|AA. C References#Dewhurst 02]\] Gotcha #25, "#define Literals"
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] Section 6.7.3, "Type qualifiers"
\[[Saks 00|AA. C References#Saks 00]\] |
...