'this' : can only be referenced inside non-static member functions
The this pointer is valid only within nonstatic member functions.
Example
char *p = this; // error