home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DOC / DEVTOOLSREF / COMPILER.CNT (.txt) next >
Encoding:
Microsoft Windows Help File Content  |  1996-09-09  |  5.3 KB  |  92 lines

  1. :Base COMPILER.HLP
  2. :Title 
  3. 1 Introduction=Introduction
  4. 1 Which Language?=Which_Language_
  5. 1 GNU CC Command Options
  6. 2 Options Controlling the Kind of Output=Options_Controlling_the_Kind_of_Output
  7. 2 Compiling C++ Programs=Compiling_C___Programs
  8. 2 Options Controlling the C Dialect=Options_Controlling_the_C_Dialect
  9. 2 Options Controlling the C++ Dialect=Options_Controlling_the_C___Dialect
  10. 2 Options to Request or Suppress Warnings=Options_to_Request_or_Suppress_Warnings
  11. 2 Options for Debugging Your Program or GNU CC=Options_for_Debugging_Your_Program_or_GNU_CC
  12. 2 Options That Control Optimization=Options_That_Control_Optimization
  13. 2 Options Controlling the Preprocessor=Options_Controlling_the_Preprocessor
  14. 2 Passing Options to the Assembler=Passing_Options_to_the_Assembler
  15. 2 Options for Linking=Options_for_Linking
  16. 2 Options for Directory Search=Options_for_Directory_Search
  17. 2 Hardware Models and Configurations
  18. 3 M680x0 Options=M680x0_Options
  19. 3 SPARC Options=SPARC_Options
  20. 3 Intel 386 Options=Intel_386_Options
  21. 3 HPPA Options=HPPA_Options
  22. 2 Options for Code Generation Conventions=Options_for_Code_Generation_Conventions
  23. 2 Environment Variables Affecting GNU CC=Environment_Variables_Affecting_GNU_CC
  24. 1 C Programming Notes
  25. 2 String Constants and Static Strings=String_Constants_and_Static_Strings
  26. 2 Function Prototyping=Function_Prototyping
  27. 2 Automatic Register Allocation=Automatic_Register_Allocation
  28. 2 Declarations of External Variables and Functions=Declarations_of_External_Variables_and_Functions
  29. 2 typedef and Type Modifiers=typedef_and_Type_Modifiers
  30. 2 Identifying the Compiler Version=Identifying_the_Compiler_Version
  31. 2 Writing Architecture-Independent Code=Writing_Architecture_Independent_Code
  32. 1 Objective-C Programming Notes
  33. 2 Accessing Instance Variables in Class Methods=Accessing_Instance_Variables_in_Class_Methods
  34. 2 Syntax Checking=Syntax_Checking
  35. 2 Sending Objective-C Messages to Converted C++ Objects=Sending_Objective_C_Messages_to_Converted_C___Objects
  36. 1 Extensions to the C Language Family
  37. 2 Statements and Declarations in Expressions=Statements_and_Declarations_in_Expressions
  38. 2 Locally Declared Labels=Locally_Declared_Labels
  39. 2 Labels as Values=Labels_as_Values
  40. 2 Nested Functions=Nested_Functions
  41. 2 Constructing Function Calls=Constructing_Function_Calls
  42. 2 Naming an Expression's Type=Naming_an_Expression_s_Type
  43. 2 Referring to a Type with "typeof"=Referring_to_a_Type_with__typeof_
  44. 2 Generalized Lvalues=Generalized_Lvalues
  45. 2 Conditionals with Omitted Operands=Conditionals_with_Omitted_Operands
  46. 2 Double-Word Integers=Double_Word_Integers
  47. 2 Complex Numbers=Complex_Numbers
  48. 2 Arrays of Length Zero=Arrays_of_Length_Zero
  49. 2 Arrays of Variable Length=Arrays_of_Variable_Length
  50. 2 Macros with Variable Numbers of Arguments=Macros_with_Variable_Numbers_of_Arguments
  51. 2 Non-Lvalue Arrays May Have Subscripts=Non_Lvalue_Arrays_May_Have_Subscripts
  52. 2 Arithmetic on "void"- and Function-Pointers=Arithmetic_on__void___and_Function_Pointers
  53. 2 Non-Constant Initializers=Non_Constant_Initializers
  54. 2 Constructor Expressions=Constructor_Expressions
  55. 2 Labeled Elements in Initializers=Labeled_Elements_in_Initializers
  56. 2 Case Ranges=Case_Ranges
  57. 2 Cast to a Union Type=Cast_to_a_Union_Type
  58. 2 Declaring Attributes of Functions=Declaring_Attributes_of_Functions
  59. 2 Prototypes and Old-Style Function Definitions=Prototypes_and_Old_Style_Function_Definitions
  60. 2 C++ Style Comments=C___Style_Comments
  61. 2 Dollar Signs in Identifier Names=Dollar_Signs_in_Identifier_Names
  62. 2 The Character ESC in Constants=The_Character_ESC_in_Constants
  63. 2 Inquiring on Alignment of Types or Variables=Inquiring_on_Alignment_of_Types_or_Variables
  64. 2 Specifying Attributes of Variables=Specifying_Attributes_of_Variables
  65. 2 Specifying Attributes of Types=Specifying_Attributes_of_Types
  66. 2 An Inline Function is As Fast As a Macro=An_Inline_Function_is_As_Fast_As_a_Macro
  67. 2 Assembler Instructions with C Expression Operands=Assembler_Instructions_with_C_Expression_Operands
  68. 2 Controlling Names Used in Assembler Code=Controlling_Names_Used_in_Assembler_Code
  69. 2 Variables in Specified Registers=Variables_in_Specified_Registers
  70. 2 Alternate Keywords=Alternate_Keywords
  71. 2 Incomplete enum Types=Incomplete_enum_Types
  72. 2 Function Names as Strings=Function_Names_as_Strings
  73. 1 C++ Programming Notes
  74. 2 Multiple Virtual Inheritance=Multiple_Virtual_Inheritance
  75. 2 Pointers to Member Functions=Pointers_to_Member_Functions
  76. 2 Implicit Cast From void * to C++ Object Pointer=Implicit_Cast_From_void___to_C___Object_Pointer
  77. 1 Extensions to the C++ Language
  78. 2 Named Return Values in C++=Named_Return_Values_in_C__
  79. 2 Minimum and Maximum Operators in C++=Minimum_and_Maximum_Operators_in_C__
  80. 2 "goto" and Destructors in GNU C++=_goto__and_Destructors_in_GNU_C__
  81. 2 Declarations and Definitions in One Header=Declarations_and_Definitions_in_One_Header
  82. 2 Type Abstractions Using Signatures=Type_Abstractions_Using_Signatures
  83. 1 Known Causes of Trouble with GNU CC
  84. 2 Problems in the Compiler=Problems_in_the_Compiler
  85. 2 Interoperation=Interoperation
  86. 2 Incompatibilities of GNU CC=Incompatibilities_of_GNU_CC
  87. 2 Disappointments and Misunderstandings=Disappointments_and_Misunderstandings
  88. 2 Common Misunderstandings with GNU C++=Common_Misunderstandings_with_GNU_C__
  89. 2 Warning Messages and Error Messages=Warning_Messages_and_Error_Messages
  90. 1 Legal Considerations
  91. 2 Legal Considerations=Legal_Considerations
  92.