Variables and types - C++ Tutorials - cplusplus.com - The C++ Resources Network
* The names of certain integer types can be abbreviated without their signed and int components - only the part not in italics is required to identify the type, the part in italics is optional. I.e., signed short int can be abbreviated as signed short, sh...