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

  1. fstream, ifstream, and ofstream are the stream classes for files.
  2.  
  3. These three classes adapt their respective base classes to use a
  4. file as the ultimate producer or the ultimate consumer.  fstream
  5. is derived from iostream.  ifstream is derived from istream.
  6. ofstream is derived from ostream.
  7.