⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 co-vage.h

📁 PClint,一个非常严格的C/C++编译器, 可以嵌入到VC.GCC等.它甚至能够检查出你C/C++代码中的内层泄漏问题,变量未初始化问题,不安全的使用指针等...微软公司把它作为代码检查工具,只有
💻 H
字号:

/*  This header is referenced from within co-vage.lnt via the option:
	-header(co-vage.h)
    It is processed in this fashion to allow for C vs. C++ dependencies
 */
#if __cplusplus
#define __IBMCPP__ 300
#define __IBMC__ 0
#else
#define __IBMCPP__ 0
#define __IBMC__ 300
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -