The "this" pointer is a compiler generated pointer during a function call that points to the object upon which that function gets called.
I asked myself whether the this pointer could be overused since I usually use it every single time I refer …
c++ gcc this this-pointer