Discusses the various . lib files that comprise the c run - time libraries as well as their associated compiler options and preprocessor directives 討論構(gòu)成c運行時庫的各種. lib文件,以及它們的關(guān)聯(lián)編譯器選項和預處理器指令。
Beginning in chapter 7 we will use a simple preprocessor to simplify coding , but even then linkage switching is error - prone 從第7章開始,我們會介紹一個簡單的預處理程序用來簡化編碼,然而即便如此,鏈接的改變一樣是易錯的。
A program that examines the source program for preprocessor statements which are then executed resulting in the alteration of the source program 檢查源程序中是否有預處理語句的一種程序。這些語句的執(zhí)行導致對源程序的修改。
The schematron processor performs a preprocessor pass during which it does a literal string substitution of the parameter with the given value Schematron處理程序在用給定的值對參數(shù)進行文字串置換時,要執(zhí)行一次預處理程序。
The compilation specified by such preprocessor directives must be the same as the compilation used for the create precompiled header file option 由這些預處理器指令指定的編譯必須與用于“創(chuàng)建預編譯頭文件” ( / yc )選項的編譯相同。
Provides detailed reference information on c keywords , operators , preprocessor directives , compiler switches , and compiler error and warnings 提供有關(guān)c #關(guān)鍵字、運算符、預處理器指令、編譯器開關(guān)以及編譯器錯誤和警告的詳細參考信息。
Each time you compile a file , the c preprocessor parses and then includes each of these files and any files that are in turn referenced 每一次編譯一個文件時, c預處理程序( cpp )都會解析并引入每個頭文件以及這些頭文件引用到的任何文件。
The catch is that both declarations must contain identical component declarations and this is difficult to maintain without a preprocessor 巧妙的地方在于上面的兩種聲明都必須包含完全相同的成員聲明,而這在沒有專門的預處理的情況下很難處理。
In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers.