Role of this Pointer

Understand the 'this' pointer available in the C++ language.

We'll cover the following...

Problem

What is the role of a this pointer in a constructor?

Coding solution

Here is a solution to ...