Actually void* just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described by NULL pointer.
post
replies:
For God sake, be consistent. It's either int*, int**, void* or int *, int **, void *
all 13 comments