home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / cc / cclass.cpp next >
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. <include prologcp.tde>
  12.  
  13. // To create classes for collections:
  14. //
  15. // 1. Start the Editor with this file (select "Edit" from this
  16. //    file's pop-up menu to start the VisualAge for C++ Editor.
  17.  
  18. // 2. Once the Editor is up, select "Collections" under the "Guides"
  19. //    menu to start the Collection Class SmartGuide.  Follow the steps
  20. //    to select a collection type and then hit "Done" to generate
  21. //    the code into your edit session.
  22.  
  23. //   IMPORTANT: For the purpose of this example, do not make any
  24. //              changes to the last page ("Output option") of
  25. //              the SmartGuide.
  26.  
  27. // 3. Save the generated code and exit the Editor.
  28.  
  29. // 4. Select "Build" from the project's toolbar or from the "Project" menu
  30. //    to build the project target.
  31.  
  32.