home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / cc / read.me < prev   
Encoding:
Text File  |  1996-02-21  |  1.3 KB  |  32 lines

  1. --------------------------------------------------------------------------------
  2. --
  3. -- COPYRIGHT:
  4. --   IBM WorkFrame - Project Smarts
  5. --   (C) Copyright International Business Machines Corporation 1996
  6. --   Licensed Material - Program-Property of IBM - All Rights Reserved.
  7. --   US Government Users Restricted Rights - Use, duplication, or disclosure
  8. --   restricted by GSA ADP Schedule Contract with IBM Corp.
  9. --
  10. --------------------------------------------------------------------------------
  11. Project Smarts - Collection Class Library application README
  12. ============================================================
  13.  
  14. To create classes for your collections:
  15.  
  16. 1. Start the VisualAge for C++ Editor by selecting "Edit"
  17.    from the pop-up menu of the $FILE_NAME$.cpp file.
  18.  
  19. 2. Once the Editor is up, select "Collections" under the
  20.    "Guides" menu to start the Collection Class SmartGuide.
  21.    Follow the steps to select a collection type and then hit
  22.    "Done" to generate the code into your edit session.
  23.  
  24.    IMPORTANT: For the purpose of this example, do not make any
  25.               changes to the last page ("Output option") of
  26.               the SmartGuide.
  27.  
  28. 3. Save the generated code and exit the Editor.
  29.  
  30. 4. Select "Build Normal" from the project's toolbar or from the 
  31.    "Project" menu to build the project target.
  32.