公众号:CppCoding int_t int_t是一个大类,不同的机器有不同的字长,所以采用typedef的形式,便于后期维护。 int8_t : typedef signed char; uint8_t : typedef unsigned char; int16_t : typedef signed short ; uint16_t : typedef unsigned short ; i