The Indirection, new, and Assignment operators
Also, for several lessons, we have been using a static function named classMain that uses the Indirection, new, and Assignment operators to:
That code is shown in Listing 2.
The symbol for the Indirection operator is: *
The symbol for the new operator is: new
The symbol for the Assignment operator is: =