首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > typeid

typeid

  • 资源大小:85.39 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Introduction Typeid is generic c++ typeid library, but no support rtti. VS60 VS2003 VS2005 mingw32 typeid is same type name output. Compiler VS60 VS2005 VS2005 mingw32 Sample ``` vfc::type_id(100).name(); // output "int" vfc::typeidt().name(); // output "int" vfc::typeidt().name(); // output "int const &" struct a { const int * test(int, const char *); }; VFCMAKEID(a,0x2003); vfc::type_id(&a::test).name(); //output "int const * (a::*)(int,char const *)" ```

文 件 列 表

typeid
a.exe
makegcc.bat
makevc.bat
readme.txt
typeid_test.cpp
typeid_test.exe
typeid_test.obj
vfc_type.h

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.227072s