C++ Language/Type/Shortcuts
Appearance
< C++ Language | Type
The traditional way of defining a C++ variable explicitly specifies a type and a variable name. But several language features allow a programmer to take a shortcut, instead of fully specifying a type and a variable name.