whats the diffence between void* and void**?
Posted
by piemesons
on Stack Overflow
See other posts from Stack Overflow
or by piemesons
Published on 2010-06-11T22:56:59Z
Indexed on
2010/06/11
23:02 UTC
Read the original article
Hit count: 314
It's the special property that void* can point also be assigned a pointer to a pointer and cast back and the original value is received.
I read this line somewhere. Does it means void* and void** are same. Can anybody explain the difference?
© Stack Overflow or respective owner