What are difference in..

Hi All

Can any one give some explanation on
What are this and *this? How are these two different?


Thank you in advance
this is a pointer while *this is an object pointed by the pointer this.
from the tutorial on this site:
http://www.cplusplus.com/doc/tutorial/classes2/

scroll down to reach:
The Keyword this
Topic archived. No new replies allowed.