YenTheFirst
0
Q:

c++ get type name of object

#include <iostream>

int main() {
	int myNum;
  	std::cout << typeid(myNum).name();
  	return 0;
}
0

New to Communities?

Join the community