In a typical C++ program, you would use the typeid operator, like this: std::cout << typeid(myVar).name();. However, that requires a compiler feature called ...
確定! 回上一頁