0
what is "this->", when and where it is used... Plz explain in detail
2 Respuestas
+ 1
this is actually used when you are writing a new member function for your class.this-> means that "object which using this function"
+ 1
Update to your answer... arrow member selection operator (->) is used to access an object's members with a pointer.