Does normal int's size is the size of the computer's registers?
e.g, on a 512 bit system (in the future) an int would be 512 bit long and long maybe 1024 bit?
short int in C
-
- Posts: 19
- Joined: Wed Jan 25, 2006 7:44 pm
http://en.wikipedia.org/wiki/64-bit#64-bit_data_models
Here on Linux an int on amd64 is always 32bit long.
Here on Linux an int on amd64 is always 32bit long.