资源简介
附带详细的安装教程,可升级至最新版本,并附带官方资料。
代码片段和文件信息
#if 0
// This file is intended to be passed to Microsoft‘s C/C++ compiler in a
// “preprocess-only“ mode.
#endif
// This output is generated with one of the following two commands:
//
// cl /EP /C [X] macros-msc.c >macros-msc.c.lnt
//
// cl /TP /EP /C [X] macros-msc.c >macros-msc.cpp.lnt
//
// ... where [X] is the list of options passed to the compiler to build
// your project and “macros-msc.c.lnt“ and “macros-msc.cpp.lnt“ are
// suggested names. (The option /TP causes the compiler to treat the input
// as C++ source code which can affect the set of predefined macros.)
//
// The output is a sequence of macro definition options that should be
// passed to Lint. This will configure Lint‘s preprocessor to have the
// same set implicitly-defined macro definitions that the Microsoft
// compiler assumes for a given build configuration.
//
// If you want to lint with different build configurations you may want
// to use a naming convention to identify the build configuration to which
// the output corresponds (e.g. “win32_debug-implicit.lnt“). Note that
// the filename should end in “.lnt“ so that Lint sees it as a file
// containing command arguments.
//
// We recommend the use of “/EP /C“ instead of “/E“ because it suppresses
// #line directives and includes documentation for each active macro so
// the output is ready to use as a well-formed Lint options file.
//
// For convenience descriptions of macros have been copied from
// Microsoft‘s online documentation for Visual Studio 2010.
// This file seems to be appropriate for all versions of Visual Studio
//
//
// Note: Some macros whose expansions depend on conditions at the point of use
// (like __FUNCSIG__ __COUNTER__ etc.) are deliberately omitted.
#ifdef __DATE__
-d__DATE__{__DATE__}
// The compilation date of the current source file. The date is a string
// literal of the form Mmm dd yyyy. The month name Mmm is the same as for
// dates generated by the library function asctime declared in TIME.H.
#endif
#ifdef __STDC__
-d__STDC__{__STDC__}
// Indicates full conformance with the ANSI C standard. Defined as the
// integer constant 1 only if the /Za compiler option is given and you are
// not compiling C++ code; otherwise is undefined.
#endif
#ifdef __TIME__
-d__TIME__{__TIME__}
// The most recent compilation time of the current source file. The time
// is a string literal of the form hh:mm:ss.
#endif
#ifdef __TIMESTAMP__
-d__TIMESTAMP__{__TIMESTAMP__}
// The date and time of the last modification of the current source file
// expressed as a string literal in the form Ddd Mmm Date hh:mm:ss yyyy
// where Ddd is the abbreviated day of the week and Date is an integer
// from 1 to 31.
#endif
#ifdef _ATL_VER
-d_ATL_VER{_ATL_VER}
//
// Defines the ATL version.
//
#endif
#ifdef __AVX__
-d__AVX__{__AVX__}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 306 2016-12-29 00:16 pc_lint\0_INSTALL.txt
文件 578392 2016-12-28 08:36 pc_lint\1_PC-Lint安装配置与集成到VS2010.pdf
文件 1614630 2016-12-28 16:45 pc_lint\how to patch.pdf
文件 9262 2016-12-28 19:59 pc_lint\lnt_file_from_official_website\AU-thor options files\au-64.lnt
文件 3815 2016-12-28 19:57 pc_lint\lnt_file_from_official_website\AU-thor options files\au-barr10.lnt
文件 1217 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-ds.lnt
文件 1381 2016-12-28 19:59 pc_lint\lnt_file_from_official_website\AU-thor options files\au-ilp64.lnt
文件 1855 2016-12-28 19:59 pc_lint\lnt_file_from_official_website\AU-thor options files\au-llp64.lnt
文件 1742 2016-12-28 19:59 pc_lint\lnt_file_from_official_website\AU-thor options files\au-lp64.lnt
文件 52113 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra-cpp-alt.lnt
文件 54816 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra-cpp.lnt
文件 1099 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra.lnt
文件 34315 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra1.lnt
文件 61238 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra2.lnt
文件 79705 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-misra3.lnt
文件 16647 2016-12-28 19:59 pc_lint\lnt_file_from_official_website\AU-thor options files\au-netrino.lnt
文件 7412 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm12.lnt
文件 13283 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm123.lnt
文件 9260 2016-12-28 19:58 pc_lint\lnt_file_from_official_website\AU-thor options files\au-sm3.lnt
文件 3364 2016-12-28 19:42 pc_lint\lnt_file_from_official_website\Compiler options files\co-arch.lnt
文件 3759 2016-12-28 19:42 pc_lint\lnt_file_from_official_website\Compiler options files\co-ARMCC-5.lnt
文件 2321 2016-12-28 19:43 pc_lint\lnt_file_from_official_website\Compiler options files\co-aztec.lnt
文件 5943 2016-12-28 19:43 pc_lint\lnt_file_from_official_website\Compiler options files\co-bc.lnt
文件 8194 2016-12-28 19:43 pc_lint\lnt_file_from_official_website\Compiler options files\co-bc4.lnt
文件 4448 2016-12-28 19:43 pc_lint\lnt_file_from_official_website\Compiler options files\co-bc4wi.lnt
文件 1198 2016-12-28 19:44 pc_lint\lnt_file_from_official_website\Compiler options files\co-bc5.h
文件 10812 2016-12-28 19:44 pc_lint\lnt_file_from_official_website\Compiler options files\co-bc5.lnt
文件 8204 2016-12-28 19:44 pc_lint\lnt_file_from_official_website\Compiler options files\co-bcos2.lnt
文件 4226 2016-12-28 19:44 pc_lint\lnt_file_from_official_website\Compiler options files\co-bcwin.lnt
文件 1711 2016-12-28 19:44 pc_lint\lnt_file_from_official_website\Compiler options files\co-bs166.lnt
............此处省略618个文件信息
相关资源
- 类似QQ的聊天程序 的客户端 + 服务器
- 学生成绩管理系统V2.5MFC版 vs2008
- 计算器 3.0 源码 vs2008 MFC vc++
- 21天学通C++(第五版) vs2008程序打包
- 双线性插值放大缩小图片 bmp mfc程序
- MFC中用c++语言实现连接SQLServer2008附添
- 华西期货上期CTP程序化交易C++高效策
- Visual C++ 20082010201220132015(x86 x64)
- MFC数据库ODBC编程-教务管理系统
- 2008年至2014年青岛大学C语言试卷答案
- 打不开winresrc.h的解决方法
- NIDAQmxLib VC++ VS2008/2010
- VC2008 MFC 五子棋 源码 人机对弈 游戏
- 生命游戏 mfc版本 环境vs2008
- [原创]使用MFC实现文档打印
- 基于VS2008和IVF11的C/C++和Fortran混合编程
- C++使用ADO连接Access数据库源代码(修
- vc6.0与sql server2008的连接
- vs2008(mfc)通过ADO连接SQL SERVER 2008源
- C#获取周围可见的wifi网络
- VC++对话框CDialog的全屏显示及控件居中
- VC++中对Access数据库操作
- 使用VS2008MFC读取Excel里的数据
- VC++(VS2008)\“橡皮筋\“CRectTracker类
- 计算机图形学考试内容-Opengl-会移动的
- C++ 数字图像处理源代码
- 随机迷宫生成迷宫自动寻路软件VS20
- YUV播放器directXVS2008 MFC完成
- c++ 最小二乘算法拟合球心 使用Vs200
- MFC中使用ADO连接SQL Server 2008 R2
评论
共有 条评论