This rule is Obsolete | |
Synopsis: | A variable must be initialized within the scope of its usage |
Language: | C++ |
Severity Level: | 7 |
Category: | Object Life Cycle |
Description: |
See also [CFL#023]. The value of a non-initialized variable is undefined in C++. |
Literature References: |
ISC++ Rec. 5.2 |