C++如何查看变量的类型

**web C++如何查看变量的类型 #include using namespace std; … cout << typeid(d).name() << endl;svg d为待查看的变量,实测好用。spa
相关文章
相关标签/搜索