JellyWorld
Newbie
- Joined
- Mar 22, 2005
- Messages
- 2,852
- Reaction score
- 1
It's quite a noob question, but can you use 64-bit integers on a 32-bit CPU? I seem to be able to use long long int fine using GCC, even though according to sizeof() it's 8 bytes long. Printf only prints out the last four bytes though, not sure why.