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

  1. If you declare an object as const, you cannot modify it directly.
  2. In this example, the increment statement produces a compile-time
  3. error.
  4.