The three types,int,short, andlong, are signed types, meaning each splits its range approximately equally between positive and negative values. For example, a 16-bitintmight run from –32,768 to +32,767. If you want to know how your system's integers size up, you can use C++ tools ...