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

  1. For objects that are not arrays or class objects, you can include
  2. an initializer, in parentheses, with the new operator.  Here the
  3. floating point number pointed to by "pt" has the initial value of
  4. 0.5, and the characters pointed to by "alpha" are the letters of
  5. the alphabet.
  6.