home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / PCTV2N2.ZIP / PRNAUX.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-08  |  211 b   |  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.