Uninitialized pointers are a common source of run - time errors.
很多运行时错误都源于使用了未初始化的指针.
互联网
Using uninitialized object is a common program error, and one that is often difficult to uncover.
使用未初始化的变量是常见的程序错误, 通常也是难以发现的错误.
互联网
Sometimes, we're lucky and using an uninitialized variable results in an immediate crash at run time.
有时我们很幸运,使用未初始化的变量导致程序在运行时突然崩溃.
互联网
Elements of an array of built - in type defined inside the body of a function are uninitialized.
在函数体内定义的内 置 数组,其元素无初始化.
互联网
While the base - class constructor is executing, the derived part of the object is uninitialized.
在执行基类构造函数时, 对象的派生类部分是未初始化的.
互联网