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

  1. Two standard header files are included in this example program.
  2. The file iostream.h is needed for the stream output.  The file
  3. new.h contains the prototype for the new operator and is required
  4. to support the placement feature.
  5.