home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101312.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  258 b   |  6 lines

  1. First, the function insert() creates a PhoneNum object.  The
  2. operator new allocates memory for a PhoneNum object in dynamic
  3. memory and the arguments "who" and "telnum" are used by the
  4. constructor of the PhoneNum class to initialize the PhoneNum
  5. object.
  6.