 |
How to Use the "This" Pointer in C++ | eHow
In a C++ program, if you create object A of class X, you can then obtain the address of A by using the "this" pointer. The address is available as a local variable in the non-static member functions of X, and its type is const X*. The "this" pointer works
www.ehow.com |
 |