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

📄 lib-rw.lnt

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

//  lib-rw.lnt
//  Library Options file for Rogue Wave's Tools.h++

-esym(534,*operator<<,*operator>>)  // ignore return value.
-esym(1702,operator<<,operator>>)   // both member and non-member ops
-elib(1707)     // static omitted from declaration of operator new
-elib(1725)     // references as data members within classes
-elibsym(1749)  // base class need not be virtual
-elibsym(1512)  // non virtual destructor

-header(lib-rw.h)   // force the inclusion of header for each module
-template(2)        // allow recursive template definition

// -dRW_MULTI_THREAD  // uncomment this if you are using multi-threading

⌨️ 快捷键说明

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