You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Uniwares
Posted - Sep 21 2006 : 7:39:30 PM Seems that vax does not support the type_info class produced by typeid. Instead VAX offers members of the classname used for typeid.
e.g.:
if(typeid(MyClass).|
should offer name(), raw_name() and before(), but instead comes up with completions for MyClass.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 24 2006 : 2:50:34 PM confirmed. in VS2003 the IDE just beeps at me and offers no suggestions at all when i disable VA, so it is not just us.