Using gcc, when I query the type of an object / variable using typeid, I get a different result from the type_info :: name method from what I expect to get on Windows. I searched Google a bit and found out that RTTI names are implementation specific.
The problem is that I want to get the type name that will be returned in Windows. Is there an easy way to do this?
c ++ rtti g ++ name-mangling
Aleph Dvorak
source share