Home Forums C Programming this keyword Reply To: this keyword

#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