home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK4 / SAMPLES / IOSTUTOR / README.TX$ / README
Encoding:
Text File  |  1992-02-18  |  347 b   |  15 lines

  1. To build the iostream examples:
  2.  
  3. 1. Make sure the correct libraries and include files are installed.
  4.  
  5. 2. Make sure LIB and INCLUDE enviroment variables are set correctly.
  6.  
  7. 3. To make each example except EXIOS204, type
  8.         CL <filename>
  9.    Example:
  10.         CL EXIOS101.CPP
  11.  
  12. 4. To make EXIOS204, type
  13.         NMAKE -fEXIOS204.MAK
  14.  
  15.