Possible Duplicate: g++ undefined reference to typeinfo Undefined symbols “vtable for …” and “typeinfo for…”? I can't use my class. class …
c++ g++ linker-errors virtual typeinfoLets say we have a class hierarchy. At the bottom we have Base and at the top Derived. How to …
c++ typeid typeinfoI know that compilers have much freedom in implementing std::type_info functions' behavior. I'm thinking about using it to …
c++ typeid typeinfoTypeInfo(Type) returns the info about the specified type, is there any way to know the typeinfo of a var? …
delphi runtime typeinfo