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

  1. You can still modify an object that has a const identifier.  This
  2. example shows that even if an object is associated with a const
  3. identifier, you can modify it using a nonconst identifier.
  4.