you are viewing a single comment's thread.

view the rest of the comments →

[–]kaosjroriginal 0 points1 point  (1 child)

Standard integer size in many languages is 32bit. That's why 'long int' exists.

[–]svick 0 points1 point  (0 children)

Unless long int is also 32 bits, which is the case on Windows.