Random
Source Code

unsigned int

The word size on a computer. Basically the size of the largest number that can be added/subtracted at one time on a processor. In the x86-64, however, an int stayed the same size as in the x86.

x86 has a word size of 32, and x86-64 has unsigned ints with a size of 32 (wtf?)

by Bad C dev March 03, 2021