Transcription: The This pointer is a pointer to an object of a class and is supplied by the compiler. Every non-static member of a function can use it by referring to its reserved name, This. In this example, the member function demo uses the This pointer to access the data member degrees. Such a use of the This pointer is legal but not necessary. There are situations where you must use the This pointer.