|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
RE: [PLUG] C++ Development
|
RTTI is handled through typeinfo.h in VC++. I don't know too much about C++
on Linux, but found this recently:
http://www.win.tue.nl/~alext/ALEX/C++/RTTI_DOC/rtti_doc.html
-mike.h
-----Original Message-----
From: plug-admin@lists.phillylinux.org
[mailto:plug-admin@lists.phillylinux.org]On Behalf Of Kyle R. Burton
Sent: Monday, June 16, 2003 12:04 PM
To: plug@lists.phillylinux.org
Subject: Re: [PLUG] C++ Development
<snip>
How could this be done in C++? Is there a preprocessor define for
the current object? I know about __FILE__, __LINE__ and __FUNCTION__.
Is there some equivalent for the namesapce and/or the class name?
Thanks for the reply,
Kyle
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|