mr_ped Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
Another way to pass around unknown pointers is to use (void *) type. I like this because I understand it even without knowing too much about C/C++ . (intptr_t is sort of higher magic for me )