problems associated with void pointers

Hi every1
I am having sme problems with the void pointers..
plz any1 can describe my why deletion of void pointers is problematic?
help would be appreciated.
thnx
Because the compiler doesn't know the size of the type pointed to.
Each time you use void pointers you need to cast them to some other pointers
Topic archived. No new replies allowed.