First page Back Continue Last page Graphics
this Pointer
Gives access to the object that called the member function being run.
Implicitly used when accessing an object's data.
Can be explicitly called.
Example code: this.cpp in inclass
Cascaded example also in this directory.