home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06205.TXT < prev    next >
Encoding:
Text File  |  1993-08-23  |  248 b   |  5 lines

  1. You cannot change the value of the "this" pointer in a member
  2. function, because it is passed as a constant.  If the object for
  3. which the function is called is constant or volatile, those type
  4. specifications are preserved in the "this" pointer.
  5.