获取程序信息

输出变量、函数类型

包含头文件typeinfo,假设函数名字为func,使用如下命令:

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

其中typeid是运算法,name是方法。

results matching ""

    No results matching ""