显示C++数据的数据类型

#include <typeinfo>

using namespace std;

...

cout << typeid(d).name() << endl;

其中,d指"数据"

posted on 2018-02-25 11:16  lion_zheng  阅读(3712)  评论(0编辑  收藏  举报

导航