Table of contents : Types
Types / I. Convention
Types / II. Types
1. Basic types
Type
Size
Max
Min
l_char
8 bits
127
-128
l_uchar
8 bits
255
0
l_short
16 bits
32767
-32768
l_ushort
16 bits
65535
0
l_int
32 bits
2147483647
-2147483648
l_long
32 bits
2147483647
-2147483648
l_uint
32 bits
4294967295
0
l_ulong
32 bits
4294967295
0
(c) Copyright 2003,2004 Point Mad, Lukas Lipka. All rights reserved.