cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
problems associated with void pointers
problems associated with void pointers
Jul 25, 2009 at 10:25am UTC
ajay16oct
(24)
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
Jul 25, 2009 at 11:59am UTC
Bazzy
(6281)
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.