pointer variable
常见例句
- Local static pointer variable is not thread safe?
静态局部变量的指针不是线程安全的? - The analysis of pointer variable and inter procedure data is one of the key problem in the whole program analysis of nested language.
对指针变量以及过程间的数据的分析是嵌套式语言全程分析的关键问题之一。 - However, it is the interaction of these two functions and using a global pointer variable called namestr that causes both the leak and the dangling pointer.
然而,它是这两个函数的相互作用,利用一个全球性的指针变量叫做namestr,它会导致渗漏和不断摆动的指针。 - Right? I've allocated a variable, it happens to be a pointer; it's still a variable, who know what's in it, right?
对不?我分配了一个变量,它碰巧是一个指针,它还是一个变量,谁知道它里面是什么?
哈佛公开课 - 计算机科学课程节选 - When you declare a pointer yourself manually, you do say char * the variable name because recall that's the same thing that we did earlier but we called it instead string.
当你手动声明一个指针是,你可以说char,*,变量名字,因为那是我早些时候做的事情,但是我们叫它为字符串。
哈佛公开课 - 计算机科学课程节选 返回 pointer variable