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

  1. When you define an array, the size must be a constant expression
  2. with an integer value, such as an integer constant, or an int
  3. value that is declared const.
  4.