home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / letterdq / readme.txt < prev   
Encoding:
Text File  |  1996-02-22  |  1.9 KB  |  45 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.  
  14. SAMPLE - Letter
  15.  
  16.    DESCRIPTION:
  17.         This program uses the default deque class, IDeque, to create a
  18.         deque.  It fills the deque with characters by adding them to the
  19.         back end.  The program then removes the characters from
  20.         alternating ends of the deque (beginning with the front end)
  21.         until the deque is empty.
  22.  
  23.    TASK:
  24.         This program uses a deque to add elements at its back end and
  25.         remove them from alternating ends.
  26.  
  27.    CONCEPT/FEATURE:
  28.         This program is a sample to demonstrate the use of the default
  29.         class IDeque.
  30.  
  31.    HOW TO RUN THE SAMPLE FROM THE COMMAND LINE:
  32.        From within the directory containing the sample, simply type
  33.        the name of the executable:
  34.  
  35.                  LETTERDQ
  36.  
  37.    ADDITIONAL INFORMATION:
  38.  
  39.         For additional information on this and other samples shipped with
  40.         the VisualAge for C++ product, see the Guide to Samples notebook.
  41.  
  42.         To access the notebook from Program Manager, open the VisualAge
  43.         for C++ product object, then open the Guide to Samples notebook.
  44.  
  45.