help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

does rtti of gcc support "get object by name at runtime" ?


From: William
Subject: does rtti of gcc support "get object by name at runtime" ?
Date: Thu, 18 Jan 2007 09:39:28 +0800
User-agent: Opera Mail/9.10 (Win32)


for example, I have a global object:
        extern Object myobj;

Can gcc get this object by using string "myobj" at runtime??
I know C++ rtti doesnt support this,
but I dont know if gcc can ,

thanks in advance.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]