void pointer 中文意思是什麼

void pointer 解釋
void指針
  • void : adj 1 空的,空虛的,沒人住的;(職位)空缺著的。2 沒有的,缺乏的 (of )。3 〈詩〉無益的;【法律...
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  1. However, you can use a cast to convert a void pointer to any other pointer type, and vice versa

    但是,可以使用強制轉換將void指針轉換為其他指針類型,反之亦然。
  2. If the void pointer is non - null, pthread join will place our thread s void return value at the location we specify

    有時具有值,而有時當作0 ,這取決于環境。在這種情況中(而且
  3. For example, malloc returns a void pointer, but can be assigned to a pointer to any type in c with a cast

    例如, malloc返回一個void指針,但可以使用強制轉換將其分配給一個指向c中任一類型的指針:
分享友人