home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctchnqs / 1991 / number2 / prnaux.cpp < prev    next >
Text File  |  1991-03-08  |  211b  |  6 lines

  1. #include <prnaux.h>   // prnaux.h #includes fstream.h
  2.  
  3. // DOS opens both files for read and write.
  4. fstream cprn(4);      // DOS file handle 4 is stdprn
  5. fstream caux(3);      // DOS file handle 3 is stdaux
  6.