搜索资源列表
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
VCimplementationCthetypeofreflexmechanisms
- VC实现C++的类的反射机制 此代码在VC6和2005上测试通过-VCimplementationC++thetypeofreflexmechanisms
Quincy2005ProjectV1.3
- Quincy 2005 Quincy 2005 makes it easy to use the MinGW C/C++ compiler, and the GDB debugger. With Quincy you can develop Console C or C++ applications, Win32 GUI applications, DLLs, or static libraries. Quincy 2005 offers WinBGIm graphics (for s
ABCalgoritmo
- ABC Algorithm in c, Artificial Bee Colony (ABC) is one of the most recently defined algorithms by Dervis Karaboga in 2005, motivated by the intelligent behavior of honey bees.