home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 1996-09-09 | 5.3 KB | 92 lines |
- :Base COMPILER.HLP
- :Title
- 1 Introduction=Introduction
- 1 Which Language?=Which_Language_
- 1 GNU CC Command Options
- 2 Options Controlling the Kind of Output=Options_Controlling_the_Kind_of_Output
- 2 Compiling C++ Programs=Compiling_C___Programs
- 2 Options Controlling the C Dialect=Options_Controlling_the_C_Dialect
- 2 Options Controlling the C++ Dialect=Options_Controlling_the_C___Dialect
- 2 Options to Request or Suppress Warnings=Options_to_Request_or_Suppress_Warnings
- 2 Options for Debugging Your Program or GNU CC=Options_for_Debugging_Your_Program_or_GNU_CC
- 2 Options That Control Optimization=Options_That_Control_Optimization
- 2 Options Controlling the Preprocessor=Options_Controlling_the_Preprocessor
- 2 Passing Options to the Assembler=Passing_Options_to_the_Assembler
- 2 Options for Linking=Options_for_Linking
- 2 Options for Directory Search=Options_for_Directory_Search
- 2 Hardware Models and Configurations
- 3 M680x0 Options=M680x0_Options
- 3 SPARC Options=SPARC_Options
- 3 Intel 386 Options=Intel_386_Options
- 3 HPPA Options=HPPA_Options
- 2 Options for Code Generation Conventions=Options_for_Code_Generation_Conventions
- 2 Environment Variables Affecting GNU CC=Environment_Variables_Affecting_GNU_CC
- 1 C Programming Notes
- 2 String Constants and Static Strings=String_Constants_and_Static_Strings
- 2 Function Prototyping=Function_Prototyping
- 2 Automatic Register Allocation=Automatic_Register_Allocation
- 2 Declarations of External Variables and Functions=Declarations_of_External_Variables_and_Functions
- 2 typedef and Type Modifiers=typedef_and_Type_Modifiers
- 2 Identifying the Compiler Version=Identifying_the_Compiler_Version
- 2 Writing Architecture-Independent Code=Writing_Architecture_Independent_Code
- 1 Objective-C Programming Notes
- 2 Accessing Instance Variables in Class Methods=Accessing_Instance_Variables_in_Class_Methods
- 2 Syntax Checking=Syntax_Checking
- 2 Sending Objective-C Messages to Converted C++ Objects=Sending_Objective_C_Messages_to_Converted_C___Objects
- 1 Extensions to the C Language Family
- 2 Statements and Declarations in Expressions=Statements_and_Declarations_in_Expressions
- 2 Locally Declared Labels=Locally_Declared_Labels
- 2 Labels as Values=Labels_as_Values
- 2 Nested Functions=Nested_Functions
- 2 Constructing Function Calls=Constructing_Function_Calls
- 2 Naming an Expression's Type=Naming_an_Expression_s_Type
- 2 Referring to a Type with "typeof"=Referring_to_a_Type_with__typeof_
- 2 Generalized Lvalues=Generalized_Lvalues
- 2 Conditionals with Omitted Operands=Conditionals_with_Omitted_Operands
- 2 Double-Word Integers=Double_Word_Integers
- 2 Complex Numbers=Complex_Numbers
- 2 Arrays of Length Zero=Arrays_of_Length_Zero
- 2 Arrays of Variable Length=Arrays_of_Variable_Length
- 2 Macros with Variable Numbers of Arguments=Macros_with_Variable_Numbers_of_Arguments
- 2 Non-Lvalue Arrays May Have Subscripts=Non_Lvalue_Arrays_May_Have_Subscripts
- 2 Arithmetic on "void"- and Function-Pointers=Arithmetic_on__void___and_Function_Pointers
- 2 Non-Constant Initializers=Non_Constant_Initializers
- 2 Constructor Expressions=Constructor_Expressions
- 2 Labeled Elements in Initializers=Labeled_Elements_in_Initializers
- 2 Case Ranges=Case_Ranges
- 2 Cast to a Union Type=Cast_to_a_Union_Type
- 2 Declaring Attributes of Functions=Declaring_Attributes_of_Functions
- 2 Prototypes and Old-Style Function Definitions=Prototypes_and_Old_Style_Function_Definitions
- 2 C++ Style Comments=C___Style_Comments
- 2 Dollar Signs in Identifier Names=Dollar_Signs_in_Identifier_Names
- 2 The Character ESC in Constants=The_Character_ESC_in_Constants
- 2 Inquiring on Alignment of Types or Variables=Inquiring_on_Alignment_of_Types_or_Variables
- 2 Specifying Attributes of Variables=Specifying_Attributes_of_Variables
- 2 Specifying Attributes of Types=Specifying_Attributes_of_Types
- 2 An Inline Function is As Fast As a Macro=An_Inline_Function_is_As_Fast_As_a_Macro
- 2 Assembler Instructions with C Expression Operands=Assembler_Instructions_with_C_Expression_Operands
- 2 Controlling Names Used in Assembler Code=Controlling_Names_Used_in_Assembler_Code
- 2 Variables in Specified Registers=Variables_in_Specified_Registers
- 2 Alternate Keywords=Alternate_Keywords
- 2 Incomplete enum Types=Incomplete_enum_Types
- 2 Function Names as Strings=Function_Names_as_Strings
- 1 C++ Programming Notes
- 2 Multiple Virtual Inheritance=Multiple_Virtual_Inheritance
- 2 Pointers to Member Functions=Pointers_to_Member_Functions
- 2 Implicit Cast From void * to C++ Object Pointer=Implicit_Cast_From_void___to_C___Object_Pointer
- 1 Extensions to the C++ Language
- 2 Named Return Values in C++=Named_Return_Values_in_C__
- 2 Minimum and Maximum Operators in C++=Minimum_and_Maximum_Operators_in_C__
- 2 "goto" and Destructors in GNU C++=_goto__and_Destructors_in_GNU_C__
- 2 Declarations and Definitions in One Header=Declarations_and_Definitions_in_One_Header
- 2 Type Abstractions Using Signatures=Type_Abstractions_Using_Signatures
- 1 Known Causes of Trouble with GNU CC
- 2 Problems in the Compiler=Problems_in_the_Compiler
- 2 Interoperation=Interoperation
- 2 Incompatibilities of GNU CC=Incompatibilities_of_GNU_CC
- 2 Disappointments and Misunderstandings=Disappointments_and_Misunderstandings
- 2 Common Misunderstandings with GNU C++=Common_Misunderstandings_with_GNU_C__
- 2 Warning Messages and Error Messages=Warning_Messages_and_Error_Messages
- 1 Legal Considerations
- 2 Legal Considerations=Legal_Considerations
-