Could some C++ guru please help me? Suppose I have a linked list, in which the
data stored is of type T (using templates) or void* (as in C). Is there any
way to find out the type of the object (other than type-casting) when the
object is extracted fronm the list? Thanks in advance for your help.
data stored is of type T (using templates) or void* (as in C). Is there any
way to find out the type of the object (other than type-casting) when the
object is extracted fronm the list? Thanks in advance for your help.
Comment