c/c++如何判断变量的数据类型?

如题所述

#include
<typeinfo>
using
namespace
std;
...
cout
<<
typeid(d).name()
<<
endl;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答