從書我讀報價:什麼是「擴展整數類型」?
signed char, signed short int, signed int, signed long int, signed long long int
are called standard signed integer typesunsigned char, unsinged short int, unsigned int, unsigned long int, unsinged long long int, _Bool
are called standard unsigned integer types- In addition to the standard integer types, the C99 standard allows implementation-defined extended integer types, both signed and unsigned. For example, a compiler might be provide signed and unsigned 128-bit integer types.
我已經與第三點問題。什麼是這些「擴展整數類型」?任何例子?
long long long int? –
錯誤:'long long long'對於GCC來說太長了 – fuz