home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A020823.TXT < prev    next >
Encoding:
Text File  |  1993-11-16  |  229 b   |  5 lines

  1. A #include statement inserts code from another source file into
  2. a program before it is compiled.  The file iostream.h is a
  3. standard header file that is used by C++ I/O.  When you use cin or
  4. cout, you must include iostream.h.
  5.