home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CLASSHLP.PAK / CLSLIBPG.TOC (.txt) < prev    next >
Encoding:
Microsoft Windows Help File Content  |  1997-05-06  |  4.5 KB  |  89 lines

  1. :Base CLASSLIB.HLP
  2. 0 Borland C++ Class Libraries Programmer's Guide
  3. 1 Using Borland container classes
  4. 2 Introduction to Borland container classes =UsingBorlandContainerClasses
  5. 2 Container library implementation
  6. 3 Introduction to container library implementation =ContainerLibraryImplementation
  7. 3 ADT and FDS classes
  8. 4 Introduction to ADT and FDS classes =ADTANDFDSCLASSES
  9. 4 ADT classes =ADTCLASSES
  10. 4 FDS classes =FDSCLASSES
  11. 3 Class naming conventions =ClassNamingConventions
  12. 3 Class function codes =ClassFunctionCodes
  13. 3 Simplified class template names =SimplifiedClassTemplateNames
  14. 2 Using containers
  15. 3 Introduction to containers =UsingContainers
  16. 3 Using class templates =UsingClassTemplates
  17. 3 Using direct and indirect classes
  18. 4 Introduction to direct and indirect classes =UsingDirectAndIndirectClasses
  19. 4 Handling pointers in direct and indirect containers =HandlingPointersInDirectAndIndirectContainers
  20. 3 Using memory-managed classes =UsingMemory_ManagedClasses
  21. 3 Using sorted classes  =UsingSortedClasses
  22. 3 Using iterator classes =UsingIteratorClasses
  23. 3 Using Iterator members
  24. 4 Introduction to iterator members =UsingIteratorMembers
  25. 4 Callback functions =CallbackFunctions
  26. 3 Deleting container objects
  27. 4 Introduction to deleting container objects =DeletingContainerObjects
  28. 4 Object ownership =ObjectOwnership
  29. 3 The user programming interface
  30. 4 Introduction to the user programming interface =TheUserProgrammingInterface
  31. 4 Creating a container object =CreatingAContainerObject
  32. 4 Adding objects to a container =AddingObjectsToAContainer
  33. 4 Searching for an existing object in a container =SearchingForAnExistingObjectInAContainer
  34. 4 Removing an object from a container =RemovingAnObjectFromAContainer
  35. 4 Retrieving objects from a container =RetrievingObjectsFromAContainer
  36. 4 Iterating through objects stored in a container =IteratingThroughObjectsStoredInAContainer
  37. 4 Displaying data stored in containers =DisplayingDataStoredInContainers
  38. 3 Container coding guidelines
  39. 4 Introduction to container coding guidelines =ContainerCodingGuidelines
  40. 4 Selecting and defining your container class =SelectingAndDefiningYourContainerClass
  41. 4 Modifying your container class =ModifyingYourContainerClass
  42. 4 Coding your program =CodingYourProgram
  43. 1 Using iostreams classes
  44. 2 Introduction to the iostreams classes =UsingIostreamsClasses
  45. 2 What is a stream? =WhatIsAStream
  46. 2 The iostream library
  47. 3 Introduction to the iostream library =TheIostreamLibrary
  48. 3 The streambuf class =TheStreambufClass
  49. 3 The ios class =TheIosClass
  50. 2 Stream output
  51. 3 Introduction to stream output =StreamOutput
  52. 3 Fundamental types =FundamentalTypes
  53. 3 I/O formatting =i_oformatting
  54. 3 Manipulators =Manipulators
  55. 3 Filling and padding =FillingAndPadding
  56. 2 Stream input =StreamInput
  57. 2 I/O of user-defined types =i_oofuser_definedtypes
  58. 2 Simple file I/O =SimpleFileI_O
  59. 2 String stream processing
  60. 3 Introduction to string stream processing =StringStreamProcessing
  61. 3 Screen output streams =ScreenOutputStreams
  62. 1 Using persistent streams classes
  63. 2 Introduction to persistent streams classes =UsingPersistentStreamsClasses
  64. 2 The persistent streams class library
  65. 3 Introduction to the persistent streams class library =ThePersistentStreamsClassLibrary
  66. 3 What's new with streaming
  67. 4 Introduction to what's new with streaming =WhatsNewWithStreaming
  68. 4 Object versioning =ObjectVersioning_New
  69. 4 Reading and writing base classes =ReadingAndWritingBaseClasses
  70. 4 Reading and writing integers =ReadingAndWritingIntegers
  71. 4 Multiple inheritance and virtual base support
  72. 5 Introduction to multiple inheritance and virtual base support =MultipleInheritanceAndVirtualBaseSupport
  73. 5 The ReadVirtualBase and WriteVirtualBase function templates =TheReadvirtualbaseAndWritevirtualbaseFunctionTemplates
  74. 5 The ReadBaseObject and WriteBaseObject function templates =TheReadbaseobjectAndWritebaseobjectFunctionTemplates
  75. 3 Creating streamable objects
  76. 4 Introduction to streamable objects =CreatingStreamableObjects
  77. 4 Defining streamable classes =DefiningStreamableClasses
  78. 4 Implementing streamable classes =ImplementingStreamableClasses
  79. 4 The nested class Streamer =TheNestedClassStreamer
  80. 4 Writing the Read and Write functions =WritingTheReadAndWriteFunctions
  81. 3 Object versioning
  82. 4 Introduction to Object versioning =ObjectVersioning
  83. 1 Using mathematical classes
  84. 2 Using complex types =UsingComplexTypes
  85. 2 Using bcd types
  86. 3 Introduction to bcd types =UsingBcdTypes
  87. 3 Converting bcd numbers =ConvertingBcdNumbers
  88. 3 Number of decimal digits =NumberOfDecimalDigits
  89.