delphi
byte:1个字节。
int/Integer:
long:
long long:8字节,64位
shortInt:2字节,16位
LongInt:4字节,32位
Int64:8字节,64位
word:
float:4字节
double:8字节
Delphi | C++ | 字节Byte | 位数Bit |
double | double | 8 | 32 |
single | float | 4 | 16 |
integer | int | 4 | 16 |
int64 | long | 8 | 32 |
short | |||
word | |||
Dword | |||
byte | unsigned char | ||
http://www.cnblogs.com/del/archive/2007/12/03/981563.html