show/hide this revision's text 2 added 173 characters in body

If i remember well:

unsigned short int = max 65535

unsigned int = max 4294967295

unsigned long = max 4294967295

unsigned long long (Int64 )= max 18446744073709551615

Edited source:

Int/Long Max values

Modern Compiler Variable

show/hide this revision's text 1

If i remember well:

unsigned int = max 65535

unsigned long = max 4294967295

unsigned long long = max 18446744073709551615

Edited source:

Int/Long Max values