home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112064.TXT < prev    next >
Encoding:
Text File  |  1993-08-04  |  226 b   |  5 lines

  1. This statement opens the file dest.dat for output, creates an
  2. object of the ofstream class called dest, and associates the file
  3. dest.dat with the object dest.  By default, the ofstream
  4. constructor opens a file for output.
  5.