Options that Specify Compiler Characteristics

To: See:
Specify the language level langlvl
 Specify whether a string is treated as a keyword or an identifier whenever it
appears in the C++ source.
keyword
Specify a different configuration file or stanza F
Specify path names to other program names B, t, path
Specify program options W,
Specify a search path I
Specify if char variables are treated as signed or unsigned chars
Specify if bitfields are signed. bitfield
Specify the use of multibyte characters mbcs, dbcs
Change the length of tabs in your source file tabsize


List of Batch Compiler Options and Their Defaults
Options that Specify Debugging Features
Options that Specify Preprocessor Options
Options that Specify Compiler Output
Options that Define the Compiler Object Code Produced
Options that Specify Linkage Options
Equivalent Batch Compile-Link and Incremental Build Options