home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09222.TXT < prev    next >
Encoding:
Text File  |  1993-11-29  |  157 b   |  4 lines

  1. The overloaded operator new must return a void*, and its
  2. first argument must have type "size_t", which is defined in the
  3. standard header file "stddef.h".
  4.