pointer variable
常見例句
- Local static pointer variable is not thread safe?
靜態(tài)局部變量的指針不是線程安全的? - The analysis of pointer variable and inter procedure data is one of the key problem in the whole program analysis of nested language.
對指針變量以及過程間的數(shù)據(jù)的分析是嵌套式語言全程分析的關(guān)鍵問題之一。 - 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.
然而,它是這兩個函數(shù)的相互作用,利用一個全球性的指針變量叫做namestr,它會導(dǎo)致滲漏和不斷擺動的指針。 - Right? I've allocated a variable, it happens to be a pointer; it's still a variable, who know what's in it, right?
對不?我分配了一個變量,它碰巧是一個指針,它還是一個變量,誰知道它里面是什么?
哈佛公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 - 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.
當(dāng)你手動聲明一個指針是,你可以說char,*,變量名字,因?yàn)槟鞘俏以缧r(shí)候做的事情,但是我們叫它為字符串。
哈佛公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 pointer variable