pointer variable
常見(jiàn)例句
- 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.
對(duì)指針變量以及過(guò)程間的數(shù)據(jù)的分析是嵌套式語(yǔ)言全程分析的關(guān)鍵問(wè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.
然而,它是這兩個(gè)函數(shù)的相互作用,利用一個(gè)全球性的指針變量叫做namestr,它會(huì)導(dǎo)致滲漏和不斷擺動(dòng)的指針。 - Right? I've allocated a variable, it happens to be a pointer; it's still a variable, who know what's in it, right?
對(duì)不?我分配了一個(gè)變量,它碰巧是一個(gè)指針,它還是一個(gè)變量,誰(shuí)知道它裡麪是什麼?
哈彿公開(kāi)課 - 計(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)聲明一個(gè)指針是,你可以說(shuō)char,*,變量名字,因爲(wèi)那是我早些時(shí)候做的事情,但是我們叫它爲(wèi)字符串。
哈彿公開(kāi)課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 pointer variable