private member access !!!
Hi !
I have a class in which there are some private and some public data members. I want to get the name of each data member ( public as well as private ) along with its data type in order to put this information in vector. Vector is in the same class.
how can I do this? does ne 1 know the ans?
-Vaibhav.

