home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / BCBPG.MST (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-14  |  18KB  |  436 lines

  1. :Base BCBPG.HLP
  2. 1 Borland C++Builder Programmer's Guide
  3. 2 Lexical elements overview
  4. 3 Lexical Elements = LexicalElements
  5. 3 Whitespace Overview
  6. 4 Whitespace = Whitespace
  7. 4 Comments = Comments
  8. 3 Tokens Overview
  9. 4 Tokens = Tokens
  10. 4 Keywords overview
  11. 5 Keywords = Keywords
  12. 5 Table of C++ specific keywords = Keywords_Cplusplus
  13. 5 Table of Borland C++ register pseudovariables = TableOfRegisterPseudovariables
  14. 5 Borland C++ keyword extensions = Keywords_BorlandExtensions
  15. 4 Identifiers Overview
  16. 5 Identifiers = Identifiers
  17. 4 Constants overview
  18. 5 Constants = Constants
  19. 5 Integer constants = IntegerConstants
  20. 5 Extended integer types =ExtendedIntegerTypes
  21. 5 Borland C++ integer constants without L or U = BorlandCPPIntegerConstantsWithoutLOrU
  22. 5 Floating-point constants = Floating_PointConstants
  23. 5 Character constants overview
  24. 6 Character constants = CharacterConstants
  25. 6 The three char types = TheThreeCharTypes
  26. 6 Escape sequences = EscapeSequences
  27. 6 Wide-character and multi-character constants = Wide_CharacterConstants
  28. 5 String constants overview
  29. 6 String constants = StringConstants
  30. 5 Enumeration constants
  31. 6 Enumeration constants = EnumerationConstants
  32. 5 Constants and internal representation
  33. 6 Constants and internal representation = ConstantsAndInternalRepresentation
  34. 6 Data Types (32-bit) = DataTypesBorland_32
  35. 5 Internal representation of numerical types
  36. 6 Internal representation of numerical types = InternalRepresentationOfNumericalTypes
  37. 5 Constant expressions
  38. 6 Constant expressions = ConstantExpressions
  39. 4 Punctuators overview
  40. 5 Punctuators = punctuators
  41. 2 Language structure
  42. 3 Introduction to Language structure =LanguageStructure
  43. 3 Declarations
  44. 4 Introduction to Declarations =Declarations
  45. 4 Objects
  46. 5 Introduction to Objects =Objects
  47. 5 lvalues =lvalues
  48. 5 rvalues =rvalues
  49. 4 Storage classes and types
  50. 5 Storage classes and types =StorageClassesAndTypes
  51. 4 Scope
  52. 5 Introduction to Scope =Scope
  53. 5 Name spaces =NameSpaces
  54. 4 Visibility
  55. 5 Visibility =Visibility
  56. 4 Duration
  57. 5 Introduction to Duration =Duration
  58. 5 Static =Static
  59. 5 Local =Local
  60. 5 Dynamic =Dynamic
  61. 4 Translation units
  62. 5 Translation units =TranslationUnits
  63. 4 Linkage
  64. 5 Introduction to Linkage =Linkage
  65. 5 External and internal linkage rules =ExternalAndInternalLinkageRules
  66. 5 Name mangling =NameMangling
  67. 3 Declaration syntax
  68. 4 Introduction to Declaration syntax =DeclarationSyntax
  69. 4 Tentative definitions =TentativeDefinitions
  70. 4 Possible declarations =PossibleDeclarations
  71. 4 External declarations and definitions =ExternalDeclarationsAndDefinitions
  72. 4 Type specifiers =Keywords_TypeSpecifiers
  73. 4 Type categories
  74. 5 Introduction to type categories =TypeCategories
  75. 5 Type void = Void
  76. 4 The fundamental types
  77. 5 Introduction to the fundamental types =TheFundamentalTypes
  78. 5 Integral types =IntegralTypes
  79. 5 Floating-point types =Floating_PointTypes
  80. 5 Standard arithmetic conversions = StandardArithmeticConversions
  81. 5 Special char, int, and enum conversions =SpecialCharIntAndEnumConversions
  82. 4 Initialization
  83. 5 Introduction to Initialization =Initialization
  84. 5 Arrays, structures, and unions =ArraysStructuresAndUnions
  85. 4 Declarations and declarators
  86. 5 Declarations and declarators =DeclarationsAndDeclarators
  87. 4 Use of storage class specifiers
  88. 5 Use of storage class specifiers =Keywords_StorageClassSpecifiers
  89. 4 Variable Modifiers
  90. 5 Introduction to Variable Modifiers =VariableModifiers
  91. 5 const =const
  92. 5 volatile =volatile
  93. 4 Mixed-language calling conventions
  94. 5 Mixed-language calling conventions =Mixed_LanguageCallingConventions
  95. 5 _ _cdecl = cdecl
  96. 5 _ _pascal =pascal
  97. 5 _ _stdcall =_stdcall
  98. 5 _ _fastcall =_fastcall
  99. 4 Multithread variables
  100. 5 Multithread variables =__thread
  101. 4 Function modifiers
  102. 5 Function modifiers =FunctionModifiers
  103. 3 Pointers
  104. 4 Introduction to Pointers =Pointers
  105. 4 Pointers to objects =PointersToObjects
  106. 4 Pointers to functions =PointersToFunctions
  107. 4 Pointer declarations =PointerDeclarations
  108. 4 Pointer constants =PointerConstants
  109. 4 Pointer arithmetic =PointerArithmetic
  110. 4 Pointer conversions =PointerConversions
  111. 4 C++ reference declarations =CPPreferencedeclarations
  112. 3 Arrays
  113. 3 Introduction to Arrays in C =Arrays
  114. 3 Functions
  115. 4 Introduction to Functions =Functions
  116. 4 Declarations and definitions =DeclarationsAndDefinitions
  117. 4 Declarations and prototypes =DeclarationsAndPrototypes
  118. 4 Definitions =Definitions
  119. 4 Formal parameter declarations =FormalParameterDeclarations
  120. 4 Function calls and argument conversions =FunctionCallsAndArgumentConversions
  121. 3 Structures
  122. 4 Introduction to Structures =Structures
  123. 4 Untagged structures and typedefs =UntaggedStructuresAndTypedefs
  124. 4 Structure member declarations =StructureMemberDeclarations
  125. 4 Structures and functions =StructuresAndFunctions
  126. 4 Structure member access =StructureMemberAccess
  127. 4 Structure word alignment =StructureWordAlignment
  128. 4 Structure name spaces =StructureNameSpaces
  129. 4 Incomplete declarations =IncompleteDeclarations
  130. 4 Bit fields =BitFields
  131. 3 Unions
  132. 4 Introduction to Unions =Unions
  133. 4 Anonymous unions (C++ only) =AnonymousUnions
  134. 4 Union declarations =UnionDeclarations
  135. 3 Enumerations
  136. 4 Enumerations =Enumerations
  137. 4 Assignment to enum types =AssignmentToEnumTypes
  138. 3 Expressions
  139. 4 Introduction to Expressions =Expressions
  140. 4 Precedence of Operators = Ops_Precedence
  141. 4 Expressions and C++ =ExpressionsAndCPP
  142. 4 Evaluation order =EvaluationOrder
  143. 4 Errors and overflows =ErrorsAndOverflows
  144. 3 Operators Summary
  145. 4 Operators Summary = Op_Summary
  146. 3 Primary Expression Operators
  147. 4 Primary Expression Operators = PrimaryExpressionOperators
  148. 3 Postfix Expression Operators
  149. 4 Postfix Expression Operators = Postfix_ops
  150. 5 Array subscript operator = bracket_ops
  151. 5 Function call operator = parens_ops
  152. 5 Direct member selector = Op_Period
  153. 5 Indirect member selector = Op_RightArrow
  154. 5 Increment/Decrement operators = inc_decrement
  155. 3 Unary operators
  156. 4 Unary operators = unary_ops
  157. 4 Reference/Indirect operators = ref_deref_ops
  158. 4 Plus/Minus operators = plus_minus
  159. 4 Arithmetic Operators = Arithmetic_ops
  160. 4 The sizeof operator = sizeof
  161. 3 Binary operators
  162. 4 Introduction to Binary operators = binary_ops
  163. 4 Multiplicative Operators = multiplicative_ops
  164. 4 Bitwise operators =Bitwise_Ops
  165. 4 Relational operators =Relational_Ops
  166. 4 Equality operators =EqualityOperators
  167. 4 Logical operators =Logical_Ops
  168. 4 Conditional Operator = conditional_op
  169. 4 Assignment Operators = assignment_ops
  170. 4 Comma Punctuator and Operator = comma_op
  171. 4 C++ Specific Operators = CPlus_ops
  172. 3 Statements
  173. 4 Introduction to Statements =Statements
  174. 4 Blocks =Blocks
  175. 4 Labeled statements =LabeledStatements
  176. 4 Expression statements =ExpressionStatements
  177. 4 Selection statements =SelectionStatements
  178. 4 Iteration statements =IterationStatements
  179. 4 Jump statements =JumpStatements
  180. 2 C++ specifics
  181. 3 Introduction to C++ specifics =CPPSpecifics
  182. 3 C++ namespaces
  183. 4 Namespaces overview = CPPNamespaces
  184. 4 Defining a namespace = DefiningANamespace
  185. 4 Declaring a namespace = ANamespace
  186. 4 Namespace alias = NamespaceAlias
  187. 4 Extending a namespace = ExtendingANamespace
  188. 4 Anonymous namespaces = AnonymousNamespaces
  189. 4 Accessing elements of a namespace = AccessingElementsOfANamespace
  190. 4 Using directive = UsingDirective
  191. 4 Using declaration = UsingDeclaration
  192. 4 Explicit access qualification = ExplicitAccessQualification
  193. 3 New-style typecasting overview
  194. 4 New-style typecasting =NewStyleTypecasting
  195. 4 const_cast = const_cast
  196. 4 dynamic_cast = dynamic_cast
  197. 4 reinterpret_cast = reinterpret_cast
  198. 4 static_cast = static_cast
  199. 3 Run-time type identification (RTTI)
  200. 4 Run-time type identification (RTTI) overview = RunTimeTypeIdentificationRTTIOverview
  201. 4 The typeid operator = typeid
  202. 5 _ _rtti and the -RT option = __rtti
  203. 5 -RT option and destructors = RTOptionAndDestructors
  204. 3 Referencing
  205. 4 Introduction to Referencing =Referencing
  206. 4 Simple references =SimpleReferences
  207. 4 Reference arguments =ReferenceArguments
  208. 3 The scope resolution operator
  209. 4 Scope resolution operator =ScopeResolutionOperator
  210. 3 The new and delete operators
  211. 4 operator new =new
  212. 4 operator delete =delete
  213. 4 operator new placement syntax = OperatorNewPlacementSyntax
  214. 4 Handling errors for the new operator =HandlingErrorsForTheNewOperator
  215. 4 The Operator new with Arrays = TheOperatorNewWithArrays
  216. 4 The Operator delete with Arrays = TheOperatorDeleteWithArrays
  217. 4 ::operator new = TheOperatorNew
  218. 4 Overloading the operator new = OverloadingNew
  219. 4 Overloading the operator delete = OverloadingDelete
  220. 4 Example of overloading the new and delete operators = OverloadingNewAndDelete_Ex
  221. 3 Classes
  222. 4 Introduction to Classes =CPPClasses
  223. 4 VCL class declarations =VCLClassDeclarations
  224. 4 Class names =ClassNames
  225. 4 Class types =ClassTypes
  226. 4 Class name scope =ClassNameScope
  227. 4 Class objects =ClassObjects
  228. 4 Class member list =ClassMemberList
  229. 4 Member functions =MemberFunctions
  230. 4 The keyword this =TheKeywordThis
  231. 5 Static members =StaticMembers
  232. 4 Inline functions
  233. 5 Introduction to Inline functions =InlineFunctions
  234. 5 Inline functions and exceptions =InlineFunctionsAndExceptions
  235. 4 Member scope
  236. 5 Introduction to Member scope =MemberScope
  237. 5 Nested types =NestedTypes
  238. 5 Member access control =MemberAccessControl
  239. 5 Base and derived class access =BaseAndDerivedClassAccess
  240. 4 Virtual base classes
  241. 5 Virtual base classes =VirtualBaseClasses
  242. 4 Friends of classes
  243. 5 Friends of classes =FriendsOfClasses
  244. 3 Constructors and destructors
  245. 4 Introduction to Constructors and destructors =ConstructorsAndDestructors
  246. 4 Constructors
  247. 5 Introduction to Constructors =Constructors
  248. 5 Constructor defaults =ConstructorDefaults
  249. 5 The copy constructor =TheCopyConstructor
  250. 5 Overloading constructors =OverloadingConstructors
  251. 5 Order of calling constructors =OrderOfCallingConstructors
  252. 5 Class initialization =ClassInitialization
  253. 4 Destructors
  254. 5 Introduction to Destructors =Destructors
  255. 5 Invoking destructors =InvokingDestructors
  256. 5 atexit, #pragma exit, and destructors =atexitPoundSignpragmaexitAndDestructors
  257. 5 exit and destructors =exitAndDestructors
  258. 5 abort and destructors =abortAndDestructors
  259. 5 Virtual destructors =VirtualDestructors
  260. 3 Operator overloading overview
  261. 4 Overloading Operators = Ops_Overload
  262. 4 How to construct a class of complex vectors
  263. 5 Example for Overloading Operators =OverloadingOperatorsExample
  264. 3 Overloading Operator Functions Overview
  265. 5 Overloading Operator Functions = OpsOverload_OperatorFunctions
  266. 5 Overloaded Operators and Inheritance = OpsOverload_OperatorsAndInheritance
  267. 5 Overloading Unary Operators = OpsOverload_UnaryOperators
  268. 5 Overloading Binary Operators = OpsOverload_BinaryOperators
  269. 5 Overloading the Assignment Operator = OpsOverload_AssignmentOperator
  270. 5 Overloading the Function Call Operator ( ) = OpsOverload_FunctionCallOperator
  271. 5 Overloading the Subscript Operator [ ] = OpsOverload_SubscriptOperator
  272. 5 Overloading the Class Member Access Operator -> = OpsOverload_ClassMemberAccessOperator
  273. 3 Polymorphic classes
  274. 4 Introduction to Polymorphic classes =PolymorphicClasses
  275. 4 virtual functions
  276. 5 Introduction to virtual functions =VirtualFunctions
  277. 5 virtual function return types =VirtualFunctionReturnTypes
  278. 4 Abstract classes
  279. 5 Abstract classes =AbstractClasses
  280. 3 C++ scope
  281. 4 Introduction to C++ scope =CPPScope
  282. 4 Class scope =ClassScope
  283. 4 Hiding =Hiding
  284. 4 C++ scoping rules summary =CPPScopingRulesSummary
  285. 3 Templates
  286. 5 Using Templates = Templates
  287. 5 Template Syntax = Template
  288. 5 Template Body Parsing =TemplateBodyParsing
  289. 4 Function templates overview
  290. 5 Function Templates = FunctionTemplates
  291. 5 Overriding a Template Function = OverridingATemplateFunction
  292. 5 Implicit and Explicit Template Functions = ImplicitAndExplicitTemplateFunctions
  293. 4 Class templates overview
  294. 5 Class Templates = ClassTemplates
  295. 5 Template Arguments = Arguments
  296. 5 Using Angle Brackets in Templates = AngleBrackets
  297. 5 Using Type-safe Generic Lists in Templates = TypesafeGenericLists
  298. 5 Eliminating Pointers in Templates = EliminatingPointers
  299. 4 Compiler template switches
  300. 5 Using Template Compiler Switches = TemplateCompilerSwitches
  301. 4 Exporting and importing templates
  302. 5 Exporting and importing templates =ExportingAndImportingTemplates
  303. 2 Coding in C++Builder
  304. 3 Creating forms in memory=CreatingFormsDefault
  305. 3 Creating forms at runtime=CreatingFormsRuntime
  306. 3 Passing parameters to forms=ParametersToForms
  307. 3 Retrieving data from forms=DataFromForms
  308. 3 Using Delphi forms in C++Builder projects=UsingDelphiForms
  309. 2 Dynamic-link libraries
  310. 3 What is a dynamic-link library?=WhatIsADLL
  311. 3 Using DLLs in C++Builder=UsingDLLs
  312. 3 Creating DLLs in C++Builder=CreatingDLLs
  313. 3 Compiling DLLs=CompilingDLLs
  314. 3 Creating DLLs containing VCL components=CreatingDLLsWithVCL
  315. 3 DLLs and String objects=DLLsAndStringObjects
  316. 2 Exception handling
  317. 5 C++ Exception Handling = Exceptions_CPP
  318. 5 Exception declarations = ExceptionDeclarations
  319. 5 Throwing an Exception = Exceptions_Throwing
  320. 5 Handling an Exception = Exceptions_Handling
  321. 5 Exception Specifications = Exceptions_Specifications
  322. 5 Constructors and Destructors in Exception Handling = Exceptions_ConstructorsAndDestructors
  323. 5 Unhandled Exceptions = Exceptions_Unhandled
  324. 5 C-Based Structured Exceptions = StructuredExceptions
  325. 5 Using C-Based Exceptions in C++ Programs = StructuredExceptionsInCPP
  326. 5 Handling C-Based Exceptions =HandlingCBasedExceptions
  327. 2 The Preprocessor
  328. 3 Preprocessor Directives
  329. 4 # (null directive) = PndSnnull
  330. 4 Preprocessor Directives = PreprocessorDirectives
  331. 3 Defining and undefining macros
  332. 4 #define = PndSndefine
  333. 4 #undef = PndSnUndef
  334. 4 Using the-D and -U Command-line Options = DAndUOptions
  335. 4 Keywords and Protected Words as Macros = KeywordsandProtectedWords
  336. 3 Macros with Parameters overview
  337. 4 Macros with Parameters = MacrosWithParameters
  338. 4 Nesting  Parentheses and Commas = define_NestingParensAndCommas
  339. 4 Token Pasting with ##  = define_TokenPasting
  340. 4 Converting to Strings with #  = define_ConvertingToStrings
  341. 4 Using the Backslash (\) for Line Continuation = define_UsingTheBackslash
  342. 4 Side Effects and Other Dangers = define_SideEffects 
  343. 3 File inclusion with #include
  344. 4 #include = PndSnInclude
  345. 4 Header File Search with <header_name> = HeaderFileSearchWithBrackets
  346. 4 Header File Search with "header_name" = HeaderFileSearchWithQuotes
  347. 3 Conditional compilation overview
  348. 4 Conditional compilation =ConditionalCompilation
  349. 4 operator defined = defined
  350. 4 #if, #elif, #else, and #endif conditional directives = PndSnif
  351. 4 #ifdef and #ifndef conditional directives = PndSnifdef
  352. 3 The #line control directive
  353. 4 #line = PndSnLine
  354. 3 The #error directive
  355. 4 #error = PndSnerror
  356. 3 Pragma directives overview
  357. 4 Pragma summary = PndSnpragma
  358. 4 #pragma anon_struct =PragmaAnon_Struct
  359. 4 #pragma argsused = PndSnpragmaArgsused
  360. 4 #pragma codeseg = PndSnpragmaCodeseg
  361. 4 #pragma comment = PndSnpragmaComment
  362. 4 #pragma exit and #pragma startup = PndSnpragmaExitAndPndSnpragmaStartup
  363. 4 #pragma hdrfile = PndSnpragmaHdrfile
  364. 4 #pragma hdrstop = PndSnpragmaHdrstop
  365. 4 #pragma inline = PndSnpragmaInline
  366. 4 #pragma intrinsic = PndSnpragmaIntrinsic
  367. 4 #pragma message = PndSnpragmaMessage
  368. 4 #pragma option = PndSnpragmaOption
  369. 4 #pragma resource =PndSnpragmaResource
  370. 4 #pragma warn = PndSnpragmaWarn
  371. 3 Predefined macros overview
  372. 4 Predefined macros = Macros_Predefined
  373. 2 C++Builder programming for C++ programmers
  374. 3 The property-method-event model=PropMethEvntModel
  375. 3 Components vs. classes=CompvsClass
  376. 3 Properties vs. setter/getter functions=PropvsSetGet
  377. 3 Working with legacy code=WorkingWithLegacyCode
  378. 3 Conversion of Delphi code to C++Builder
  379. 4 Hoisted constructors =HoistedConstructors
  380. 4 Delphi function return types =DelphiFunctionReturnTypes
  381. 2 C++ language support for the VCL
  382. 3 C++ language support for the VCL=LanguageSupportForTheVCL
  383. 3 Support for Delphi data types =SupportForDelphiDataTypes
  384. 3 Special Delphi Parameter Types =SpecialDelphiParameterTypes
  385. 3 Properties overview
  386. 4 Properties =Properties
  387. 4 Property attributes =PropertyAttributes
  388. 4 Property operators = PropertyOperators
  389. 4 Hoisted properties =HoistedProperties
  390. 4 Property declarations = PropertyDeclarations
  391. 4 Array properties =ArrayProperties
  392. 3 Access specifiers overview
  393. 4 Access specifiers =AccessSpecifiers
  394. 4 Published properties =PublishedProperties
  395. 4 OLE automation support =OLEAutomationSupport
  396. 3 Open arrays overview
  397. 4 Open arrays = OpenArrays
  398. 4 Temporary arrays arguments = TemporaryArrayArguments
  399. 4 Existing array arguments =ExistingArrayArguments
  400. 3 Exception handling overview
  401. 4 Exception handling support for Delphi=ExceptionHandlingSupport
  402. 4 Operating system exceptions =OperatingSystemExceptions
  403. 4 Delphi exceptions = DelphiExceptions
  404. 4 Portability considerations =PortabilityConsiderations
  405. 3 Limitations
  406. 4 Limitations=Limitations
  407. 2 Extended Delphi Data Types Overview
  408. 3 Extended Delphi data types = ExtendedDelphiDataTypes
  409. 3 Set data type = SetDataType
  410. 3 Set reference = SetReference
  411. 3 AnsiString data type = AnsiStringDataType
  412. 3 AnsiString reference =AnsiStringReference
  413. 3 Variant data type = VariantDataType
  414. 3 Variant reference = VariantReference
  415. 3 TDateTime data type = TDateTimeClass
  416. 3 TDateTime reference = TDateTimeReference
  417. 3 Currency data type = CurrencyClass
  418. 3 Currency reference = CurrencyReference
  419. 2 OLE automation
  420. 3 OLE automation=newOLEAutomation
  421. 3 Automating another application=newOLEAutomationClient
  422. 3 Example=newOLEAutomationClientEx
  423. 3 About OLE automation servers=newAboutOLEAutoServers
  424. 3 In-process and out-of-process servers=newProcessServers
  425. 3 Automation object instancing=newAutomationObjectInstancing
  426. 3 The Automation object=newTheAutomationObject
  427. 3 About OLE automation objects=newAboutOLEAutoObjects
  428. 3 Creating an OLE automation server=newOLEAutomationServer
  429. 3 Creating the automation server=newCreatinganAutomationServer
  430. 3 Automating properties and methods=newAutomatingPropertiesAndMethods
  431. 2 ANSI implementation-specific standards
  432. 3 ANSI implementation-specific standards = ANSIImplSpecs
  433. 2 Keyword alphabetical reference
  434. 3 Keyword index =KeywordIndex
  435. 3 Keyword categories =KeywordIndex_Categories
  436.