Hi all! Im working on a library which manages raw memory (void *). Tipically the data are structures that may contain pointers, thus their size can change during the execution. I need to know at run time the size oh these structures starting from a generic void*, how can i get it?.. I tried to use sizeof but without success!..Any help please?
Cheers.



LinkBack URL
About LinkBacks



