User profile: takemedown

User info
User name:takemedown
History
Joined:
Number of posts:8
Latest posts:

C++ void* use for different data types
OK, thanks for those advices. [quote] If you're writing C++, just stick with new and delete (and ne...

C++ void* use for different data types
Thanks you for those informations. I do not wish to use std alternative (I even never used std stuf...

C++ void* use for different data types
Thank you. Well, so I can do something like (related to above code): [code] char *pszData = malloc(...

C++ void* use for different data types
hi, I have a class like (with much more other elements and virtual functions included): [code]...

Problem function calling, with compilation options
So, can you confirm me it's possible? And, is there anyone you can do that? As I said, I can make a ...