void pointer to class pointer

Hi everyone.
Is there a way to convert void pointer to class pointer and use it as a class object ?
Yes, you cast it. You probably need reinterpret_cast in this case.
Okay, thank you
Topic archived. No new replies allowed.