home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06201.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  310.7 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
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.