home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------------------
- --
- -- COPYRIGHT:
- -- IBM WorkFrame - Project Smarts
- -- (C) Copyright International Business Machines Corporation 1996
- -- Licensed Material - Program-Property of IBM - All Rights Reserved.
- -- US Government Users Restricted Rights - Use, duplication, or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- --
- --------------------------------------------------------------------------------
- Project Smarts - Collection Class Library application README
- ============================================================
-
- To create classes for your collections:
-
- 1. Start the VisualAge for C++ Editor by selecting "Edit"
- from the pop-up menu of the $FILE_NAME$.cpp file.
-
- 2. Once the Editor is up, select "Collections" under the
- "Guides" menu to start the Collection Class SmartGuide.
- Follow the steps to select a collection type and then hit
- "Done" to generate the code into your edit session.
-
- IMPORTANT: For the purpose of this example, do not make any
- changes to the last page ("Output option") of
- the SmartGuide.
-
- 3. Save the generated code and exit the Editor.
-
- 4. Select "Build Normal" from the project's toolbar or from the
- "Project" menu to build the project target.