Home › Forums › C Programming › this keyword › Reply To: this keyword
February 19, 2006 at 1:44 pm
#3143
sameena
Participant
Hi
You should find the information you need here:-
http://www.codeguru.com/cpp/tic/tic_c.shtml
The this pointer indentifies the object instance that called a function whereas VPTR seems to be similar in construction but applies to virtual functions and has to do with binding…
Good luck on that one :)
MegaC