摘要:
计算机的内存是以字节(byte)为单位组织的。一个字节(byte)是我们在C++中能够操作的最小的内存单位数据类型(DATA TYPES)名称字节数*描述范围*char1字符(character)或整数(integer ), 8位(bits)长有符号(signed):-128 到 127无符号(unsigned):0 到 255short int (short)2短整数(integer )16位(bits)长有符号(signed):-32768 到 32767无符号(unsigned):0 到 65535long int (long)4长整数(integer )32位(bits)长有符号(si 阅读全文
摘要:
asmautoboolbreakcasecatchcharclassconstconst_castcontinuedefaultdeletedodoubledynamic_castelseenumexplicitexternfalsefloatforfriendgotoifinlineintlongmutablenamespacenewoperatorprivateprotectedpublicregisterreinterpret_castreturnshortsignedsizeofstaticstatic_caststructswitchtemplatethisthrowtruetryt 阅读全文