home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / examples / streams / READ.ME < prev    next >
Encoding:
Text File  |  1996-12-24  |  663 b   |  17 lines

  1. Copyright (c) 1993 SAS Institute, Inc, Cary, NC USA
  2. All Rights Reserved
  3.  
  4. The files in this directory implement the examples for the various
  5. stream classes as listed in the Library Reference Manual, Chapter 8.
  6.  
  7. Double-click on the Build icon or type SMAKE in a Shell to build the
  8. examples.
  9.  
  10. The following examples are built:
  11.  
  12. ifstream  - Example of an input-only stream reading from a file
  13. ofstream  - Example of an output-only stream writing to a file
  14. fstream   - Example of an input/output stream doing I/O to a file
  15. istrstream- Example of an input-only stream reading from a memory buffer
  16. ostrstream- Example of an output-only stream writing to a memory buffer
  17.