home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / tutorial / welcome / readme.txt < prev    next >
Encoding:
Text File  |  1996-01-16  |  2.1 KB  |  56 lines

  1.  ********************************************************************
  2.  * DISCLAIMER OF WARRANTIES:
  3.  *
  4.  * The following enclosed code is sample code created by IBM
  5.  * Corporation.  This sample code is not part of any standard IBM
  6.  * product and is provided to you solely for the purpose of assisting
  7.  * you in the development of your applications.  The code is provided
  8.  * "AS IS", without warranty of any kind.  IBM shall not be liable
  9.  * for any damages arising out of your use of the sample code, even
  10.  * if they have been advised of the possibility of such damages.
  11.  ********************************************************************
  12.  
  13.  NAME: WELCOME
  14.  
  15.  
  16.  DESCRIPTION:
  17.      This sample program is used with the "Welcome to
  18.      VisualAge for C++" tutorial.  The tutorial introduces the WorkFrame
  19.      development environment and illustrates the integration of
  20.      VisualAge for C++ components with a WorkFrame project.
  21.      The tutorial describes how to invoke the components from a
  22.      WorkFrame project and to carry out some basic tasks using
  23.      the sample program. The VisualAge for C++ components used are
  24.      the Editor, Browser, Debugger, and Performance Analyzer.
  25.  
  26.  FEATURE/CONCEPTS:
  27.        Use VisualAge C++ components with WorkFrame.
  28.  
  29.  TASK:
  30.         Build project files (compile and link).
  31.  
  32.  HOW TO RUN THE SAMPLE FROM THE COMMAND LINE:
  33.      From within the directory containing the sample, simply type
  34.      the name of the executable:
  35.  
  36.         OVIEW
  37.  
  38.  
  39.  MORE VisualAge for C++ SAMPLES INFORMATION:
  40.      A complete listing of samples shipped with the VisualAge for C++
  41.      product can be found in the online GUIDE TO SAMPLES.  To access
  42.      this notebook, simply:
  43.  
  44.      - Open the VisualAge for C++ program group in the Program Manager
  45.        window, then
  46.      - Open the Guide to Samples notebook in the program group
  47.  
  48.  
  49.     FILE NAME(s)    DESCRIPTION
  50.     ------------    ------------
  51.     OVIEW.CPP       C++ source code for the Welcome project.
  52.     IMP.CPP         C++ source code for the Welcome project.
  53.     TESTSTRG.HPP    Include file.
  54.     README.TXT      This file.
  55.  
  56.