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

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