Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the low-level efficiency tradition of C and C++ alike, the compiler is often not required to initialize variables unless you do it explicitly (e.g., local variables, forgotten members omitted from constructor initializer lists). Do it explicitly.
There are few reasons to ever leave a variable uninitialized. None is serious enough to justify the hazard of undefined behavior.