home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071253.TXT < prev    next >
Encoding:
Text File  |  1993-09-22  |  175 b   |  4 lines

  1. Here, the new operator is used to allocate enough bytes of dynamic
  2. memory to hold a String of length "maxlen".  The location of the
  3. memory is stored in the pointer "text".
  4.