home *** CD-ROM | disk | FTP | other *** search
- To build the iostream examples:
-
- 1. Make sure the correct libraries and include files are installed.
-
- 2. Make sure LIB and INCLUDE enviroment variables are set correctly.
-
- 3. To make each example except EXIOS204, type
- CL <filename>
- Example:
- CL EXIOS101.CPP
-
- 4. To make EXIOS204, type
- NMAKE -fEXIOS204.MAK
-
-