You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 13 Next »
DCL000-A. Declare immutable values using const
Do not reuse variable names in sub-scopes
DCL30-C. Initialize automatic variables to a default value
Do not cast away a const specification