I\'d like to be able to introspect a C++ class for its name, contents (i.e. members and their types) etc. I\'m talking native C++ here, not managed C++, which has reflection
It looks like C++ still does not have this feature. And C++11 postponed reflection too ((
Search some macros or make own. Qt also can help with reflection (if it can be used).