this pointer in C++ | Tutorial & Example
What is this pointer ? this pointer is pointer that is accessible only inside the member functions of a class and points to the object who has called this member…
deleting this pointer and internal details of this pointer
In this article we will discuss what is exactly this pointer and what happens if we delete this pointer. (more…)