CPP Get Data Type

#include <typeinfo>
...
cout << typeid(variable).name() << endl;
Real Raccoon