needtricks.com
Why you can't dereference a void* pointer
The compiler will not let you dereference a void* pointer because it does not know the size of the object pointed to. If the pointer points to a char