home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09223.TXT < prev    next >
Encoding:
Text File  |  1993-08-26  |  268 b   |  6 lines

  1. The overloaded operator delete must return a void type, and its
  2. first argument must be "void*".  The second argument for the
  3. overloaded delete operator is optional and, if present, it must
  4. have type "size_t".  You can only define one delete operator for a
  5. class.
  6.