This pointer - C++
C++ uses the keyword this to point to the object, which invokes the member function. For instance, if class emp has a member function called getdata and the object objl of emp invokes it as shown in the first statement.
Views: 607 | | by Jason
View this tutorial