Increment/decrement operators increments or decrements the value of the object. Operator name
Lists the exceptions that a function might directly or indirectly throw. Syntax
Converts between types with different cv-qualification. Syntax
Renders the entire program meaningless if certain rules of the language are violated. Explanation The C++
Namespace aliases allow the programmer to define an alternate name for a namespace. They are commonly used as a convenient shortcut for long
Sets the initial value of an object to zero. Syntax static
"Resource Acquisition Is Initialization" or RAII, is a C++ programming technique[1] which binds the life cycle of a resource (allocated memory
Binds a reference to an object. Syntax T
Creates and initializes objects with dynamic storage
Classes and structs are user-defined types, defined by class-specifier, which appears in decl-specifier-seq of the
Page 14 of 17