T
Temporary
See [Temporary Variable]
Temporary Variable

A temporary variable is automatically created by the compiler for use during a particular operation, such as a function call with an argument that has to be converted to a different type.

This

The keyword this represents a hidden argument automatically supplied by the compiler in every member function call. Its value during the execution of any member function is the address of the class object for which the member function call was made.

Throw

To throw an exception means to cause an interruption in the normal flow control of a program, usually due to an error condition. An exception can be handled via a catch statement in a function that directly or indirectly called the function ...

Get Learning to Program in C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.