C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C/C++ Compiler Index
                                             Up Contents Index Back
──C/C++ Compiler Index──────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNO│P│QRSTUVWX-Z*│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
    /P                       Preprocessor Output Options
 
    packaged function        Linker Access to Individual Functions
 
    packing                  Packing Structure Members (/Zp)
 
    parameter checking       Debugging and Syntax Checking
 
    parameters               Generating Function Declarations (/Zg)
 
    __pascal                 Language Extensions: Details
                             Calling Conventions
                             Pascal Calling Convention (/Gc)
                             __pascal
 
    p-code                   Remove P-Code Native Entry Points (/Gn)
                             Specifying P-Code Entry Tables (/Gp)
                             Turn P-Code Quoting On and Off (/Of)
                             Maximum P-Code Optimization (/Oq)
 
    pointers                 Check Null Pointers
 
    precompiled headers      Precompiled Header Options
                             Creating Precompiled Headers (/Yc)
                             Using the hdrstop Pragma
                             Use Precompiled Header (/Yu)
                             Include Debugging Information (/Yd)
                             Specify Precompiled Header Filename (/Fp)
 
    predefined identifiers   Predefined Identifiers
                             Removing Preprocessor Identifiers (/U, /u)
 
    preprocessor             Preprocessor Output Options
                             Preprocessor
                             Defining Constants and Macros (/D)
                             Include-File Options
 
    processor                Processor-Specific Instructions
 
    prototypes               Generating Function Declarations (/Zg)
 
    public names             Restricting Length of External Names (/H)
                                    -♦-