CPP Получите тип данных
#include <typeinfo>
...
cout << typeid(variable).name() << endl;
Real Raccoon
#include <typeinfo>
...
cout << typeid(variable).name() << endl;