If this happens, hover the mouse pointer over the red circle to display the error message, make the needed correction, and save the file again.
如果出现了此情况,请将鼠标指针悬停在红色圆圈上方以显示错误消息,然后进行必要的更正并再次保存文件。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
In this... abomination, "she waved at the screen," passing a NULL pointer is a programming error, as the documentation for the function clearly states.
在这里,“她(译注:指guru)面对屏幕挥了挥手,”传入一个空指针是一个编程错误,就像这个程序的文档写的那样。
The POSIX 1003.1 standard defines strerror_r , which accepts a pointer to a buffer and a buffer size in addition to the error value.
POSIX 1003.1标准定义strerror _ r,该函数除接受错误值之外,还接受缓冲区中的指针和缓冲区大小。
The strerror() function isn't necessarily thread-safe; for unknown values, it formats an error message in a static buffer and returns a pointer to that buffer.
strerror()函数并没有必要是线程安全的;对于未知值,该函数在静态缓冲区中设置错误消息的格式并将指针返回到该缓冲区。
Validate_ptrs If a pointer that was previously not allocated by malloc is passed to the free call, an error message is thrown and the program is aborted.
validate_ptrs如果向free调用传递的指针并不是以前由malloc分配的,那么将会引发一个错误消息,而该程序将被中止。
The system level error includes syntactical error, null pointer exception, web service timeout, database connection timeout, and so on.
系统级错误包括语法错误、空指针异常、web服务超时、数据库连接超时等。
Instead, the error signaled at run time would be a null-pointer exception instead of a class-cast exception.
相反,在运行时发出的错误将会是一个空指针异常而不是类强制转换异常。
In the processing function, you get a pointer to the YYLTYPE structure holding the location, and you can generate a nice error message.
在处理函数中,我们获得了一个指向保存了位置信息的YYLTYPE结构的指针,这样可以生成一条很好的错误消息。
Holding the mouse pointer over a syntax error like this brings up a hover tip describing the problem; in this case, it indicates that it is an incomplete statement requiring a semicolon.
将鼠标指针放在出现语法错误(比如这里的语法错误)的地方,一会将出现一个描述问题的快捷提示;在本例中,它指出语句不完整,还需要一个分号。
As shown in Figure 7, you can see an explanation of a syntax error in a pop-up window by moving your mouse pointer over an error marker in a margin.
如图7所示,您可将鼠标移动到一侧的错误标记上,然后在弹出窗口中查看关于语法错误的解释。
Dlerror returns either NULL or a pointer to an ASCII string describing the most recent error.
dlerror返回NULL或者一个指向描述最近错误的ASCII字符串的指针。
In the case of free , you know which pointer was being freed when the error was detected, but that gives no hint whatsoever as to who trashed the heap.
在free的情况下,当错误被探测到的时候,你知道哪个指针被释放掉,但是,那并没有给那些搞乱堆的人任何提示。
There was an error trying to set the smart card file object pointer.
设置智能卡文件对象指针时出现错误。
This prevents a possible error that can occur if the application receives the event notification after releasing the pointer.
如果应用程序获得事件通知之后释放了这个指针,那么这样做就可以尽可能的防止错误发生。
When the error icon is displayed, point at it with the mouse pointer to see the error text.
当显示错误图标时,用鼠标指针指向它以查看错误文本。
This error can be caused by a missing type specifier in the declaration of a pointer to a member.
造成这项错误的原因可能是:在成员指标的宣告中遗漏型别规范。
Returns: Pointer if OK, NULL on error or end of file?
返回:若成功为指针,出错或文件尾为NULL ?
Returns: Pointer if OK, NULL on error or end of file?
返回:若成功为指针,出错或文件尾为NULL ?
应用推荐