int (C++)

int is the C++ type for whole numbers, such as 5, 0, or -42. It is the default choice for counting and integer arithmetic and is typically 32 bits wide.