void指针 meaning in English
void pointer
Examples
- However , you can use a cast to convert a void pointer to any other pointer type , and vice versa
但是,可以使用强制转换将void指针转换为其他指针类型,反之亦然。 - 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中任一类型的指针: - Haskell and python tuples have the nice quality of being immutable as are , for example , fortran records , but a regular list or array e . g
Haskell和python元组具有保持不变的良好品质(例如,象fortran记录那样) ,但是常规列表或数组(例如void指针)也可以这样做。