is there anything in VC can do the job like Reflection in .NET

R

Ryanivanka

hi,
is there anything in VC can do the job like Reflection in .NET?
i mean by setting some attribute and get runtime information?
 
G

Gaurav Vaish \(a.k.a. MasterGaurav\)

is there anything in VC can do the job like Reflection in .NET?
VC as in Managed Visual C++ or native C++?

C++ has RTTI - Runtime Type Information. But that's bare minimal.

If you're using Managed C++... Reflection is the simple answer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top