C++ void* use for different data typesOK, thanks for those advices. [quote] If you're writing C++, just stick with new and delete (and ne...
C++ void* use for different data typesThanks you for those informations. I do not wish to use std alternative (I even never used std stuf...
C++ void* use for different data typesThank you. Well, so I can do something like (related to above code): [code] char *pszData = malloc(...
C++ void* use for different data typeshi, I have a class like (with much more other elements and virtual functions included): [code]...
Problem function calling, with compilation optionsSo, can you confirm me it's possible? And, is there anyone you can do that? As I said, I can make a ...