类型

关键字

所占字节

布尔型

bool

1个字节

字符型

char

1个字节

整型

int

4个字节(short int:2个字节;long int:8个字节)

浮点型

float

4个字节

双浮点型

double

8个字节(long double:16 个字节)

无类型

void


宽字符型

wchar_t

2或4个字节