Langages:Types de données
De WIKI.minetti.org
Entiers
| Types | Plages | Tailles | |||||
|---|---|---|---|---|---|---|---|
| C/C++ | Java | octets | bits | ||||
| char | byte |
|
1 | 8 | |||
| unsigned char | - |
|
1 | 8 | |||
| short [int] | short |
|
2 | 16 | |||
| unsigned short [int] | - |
|
2 | 16 | |||
| int | int |
|
4 | 32 | |||
| unsigned int | - |
|
4 | 32 | |||
| - | long |
|
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 | - |