What does (void**) mean in C?

Posted by numerical25 on Stack Overflow See other posts from Stack Overflow or by numerical25
Published on 2010-05-31T03:43:11Z Indexed on 2010/05/31 3:52 UTC
Read the original article Hit count: 189

Filed under:
|

I would look this up, but honestly I wouldn't know where to start because I don't know what it is called. I've seen variables passed to functions like this:

myFunction((void**)&variable);

Which confuses the heck out of me cause all of those look familiar to me; I've just never seen them put together like that before.

What does it mean? I am a newb so the less jargon, the better, thanks!

© Stack Overflow or respective owner

Related posts about c++

Related posts about c