您要查找的是不是:
- These files are used to build a precompiled header file Projname. Pch and a precompiled types file Stdafx. Obj. 这些文件用于生成预编译头文件Projname.;pch和预编译类型文件Stdafx
- The first compilation the one that creates the precompiled header file takes a bit longer than subsequent compilations. 用于创建预编译头文件的第一次编译所花费的时间比后面的编译稍长一些。
- The integrated development environment generates code to enhance precompiled header performance. 集成开发环境会自动生成代码来增强预编译头文件的性能。
- The compiler now dynamically grows the heaps as necessary, only requiring a fixed size for the memory allocated to the precompiled header. 编译器现在可以根据需要使堆动态增大,只要求分配给预编译头的内存的大小固定不变。
- The inclusion of the precompiled header must be the first thing in a source file, before any code or preprocessor directives. 预编译头文件的包含必须是源文件中的第一件事,在任何代码或预处理指令之前。
- StdAfx.h, StdAfx.cpp these files used to generate a maze called the question.Pch precompiled header (PCH) files and named StdAfx.obj type of pre-compiled files. StdAfx.;h;StdAfx
- If a source file needs to include some header, explicitly include it in the source file, even if the same header is included from the precompiled header. 如果一个源文件需要包含某些头文件,就明确地在源文件中包含它,即使这些头文件已经在预编译头文件中包含。
- H works some preprocessor magic to make DEFINE_GUID reserve the storage even if the definition of the DEFINE_GUID macro happens to be in one of the precompiled header files. 奇妙的工作于一些处理过程来使得DEFINE_GUID储存设备,即使DEFINE_GUID宏的定义发生在一个预编译的头文件中。
- However, the debugging information is placed in the current object file, and local symbols for functions and types defined in the precompiled header are not available to the debugger. 编译时使用它。然而,调试信息被放在当前对象文件中,并且调试器不能使用在预编译头中定义的函数和类型的局部符号。
- You can use it to reduce the amount of disk space used by precompiled headers. 你可以用它来减少因为预编译头文件而占用的磁盘空间。
- pch ............... Use precompiled header support. 不使用预编译过的头文件支持。
- For compilers that support it, specify which source file should be used to generate precompiled headers. 在支持预编译头文件的编译器中,指定用哪个头文件来生成预编译头文件。
- Loading precompiled headers requires allocation of physical memory, which can be a problem if you are compiling on a computer with limited RAM. 加载预编译头需要分配物理内存,如果您正在一台RAM有限的计算机上进行编译,这可能会是一个问题。
- To reduce the compile time needed to process headers, some C++ implementations support precompiled header files. For more details, consult the reference manual of your C++ implementation. 为了减少处理头文件的编译时间,有些C++的实现支持预编译头文件。欲进一步了解详细情况,请参考你的C++实现的手册。
- If the amount is less than the size of your precompiled headers, you can prevent Edit and Continue from loading precompiled headers in the background by clearing this option. 如果此数量小于预编译头的大小,可以通过清除该选项禁止“编辑并继续”在后台加载预编译头。
- no-pch ............ Do not use precompiled header support. 不使用预编译过的头文件支持。
- Unexpected end of file while looking for precompiled header directive 不期待的文件末尾,当寻找预编译头文件时
- One is the standard precompiler (from gcc 2.95.2), the other one is a special precompiler written by Apple, with support for precompiled headers. 一个是从gcc 2.;95
- He stumbled and took a header into the ditch. 他跌了一跤而栽到沟去了。
- The following command creates the precompiled header file ETC. Pch and the object file F. Obj 下列命令创建预编译头文件ETC.;pch和对象文件F