home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11211.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  403 b   |  8 lines

  1. You may find that the predefined streams are not suitable for your
  2. application.  You can define your own streams and perform input
  3. and output on them.  The facilities described in the section on
  4. file I/O show how you can define an ifstream or ofstream object to
  5. have a file as an ultimate consumer or producer.  This section
  6. describes some of the other ways that you can define your own
  7. streams.
  8.