pointer value meaning in English
指示字值
Examples
- But you will often see methods that indicate such a condition by returning a null - pointer value and , perhaps , printing a message to
但是经常看到的方法是通过返回一个空指针值来表明这种情况(以及,可能打印一条消息到 - Declaration that includes both integer and pointer values , and you declare a token to use the pointer value , but your lexer fills in the integer value . . . bad things can happen
声明,而且您声明了一个记号来使用指针类型的值,但是您的lexer却赋与其整型的值可能会发生不正常的事情。 - Since it will never return a pointer value that is already in use in the current program unless you are doing something illegal , such as using memory after it has been freed
的c运行时库实现,因为它决不会返回已经在当前程序中使用的指针值(除非您执行某个非法操作,如在内存已被释放之后使用它) 。