您要查找的是不是:
- Using an uninitialized pointer uses this supposed address to manipulate the underlying data at that supposed location. 使用未初始化的指针相当于操纵这个不确定地址中存储的基础数据。
- Doing so usually leads to a crash as soon as we attempt to dereference the uninitialized pointer. 因此,在对未初始化的指针进行解引用时,通常会导致程序崩溃。
- If possible, do not define a pointer until the object to which it should point has been defined. That way, there is no need to define an uninitialized pointer. 如果可能的话,除非所指向的对象已经存在,否则不要先定义指针,这样可避免定义一个未初始化的指针。
- Under most compilers, if we use an uninitialized pointer the effect will be to use whatever bits are in the memory in which the pointer resides as if it were an address. 对大多数的编译器来说,如果使用未初始化的指针,会将指针中存放的不确定值视为地址,然后操纵该内存地址中存放的位内容。
- Unlike native environments, you are not responsible for memory leaks, dangling pointers, uninitialized pointers, or a host of other memory-management issues. 与原始环境不同,你不需要为内存泄漏、不定的指针、未初始化的指针或者其它内存管理陷阱问题负责。
- Be sure to this weather pointer correctly. 千万把天气指针拨准了。
- uninitialized pointer 未初始化指针
- If the pointer to function is uninitialized or has a value of zero, it may not be used in a call. 如果指向函数的指针没有初始化,或者具有0值,则该指针不能在函数调用中使用。
- A null reference pointer was passed to the stub. 向占位程序传送了空的索引指针。
- Uninitialized variables are a great source of bugs. 未初始化变量会产生很多错误。
- Tried to read from an uninitialized attribute. 试图从一个未初始化的属性中读取。
- The pointer is still oscillating. 指针一直在摆动。
- Uninitialized Memory Read (UMR). 未初始化内存浏览。
- I'd is grateful if you can give me a few pointer. 如果你能给我作一些指点,我将十分感激。
- I think you should set the weather pointer first. 我想你应该先把天气指针拨好。
- BSTR A 32-bit character pointer. 一个32位的字符型指针。
- A pointer is the address of another value. 指示字是另一个值的地址。
- In the Pointer Trail area, drag the Length slider. 在“指针尾部”区,拖动“长度”滑杆。
- A pointer, as on a gauge or dial. 手形的指示标记一种指针,如在计量表或日晷上的
- Be sure to this weather pointer correctly . 千万把天气指针拨准了。
