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

  1. You can initialize the elements of an array by putting the initial
  2. values in braces in the definition.  In this example, m[0] is 1,
  3. m[1] is 2, m[2] is 3, and m[3] is 4.
  4.