Langages:Types de données

De WIKI.minetti.org
Aller à : navigation, rechercher

Entiers

Types Plages Tailles
C/C++ Java octets bits
char byte
-128 à +127
1 8
unsigned char -
0 à +255
1 8
short [int] short
-32 768 à +32 767
2 16
unsigned short [int] -
0 à +65 535
2 16
int int
-2 147 483 648 à +2 147 483 647
4 32
unsigned int -
0 à +4 294 967 295
4 32
- long
-9 223 372 036 854 775 808 à +9 223 372 036 854 775 807
8 64



Types Tailles (bits)
MS Windows 32 bits
Linux 32 bits
(ILP32)
MS Windows 64 bits
(LLP64)
Linux 64 bits
Mac OS X
(LP64)
_int - 32 32
long [int] 32 32 64
long long - 64 -