Long integers

Feb 13, 2013 at 3:56am
how do you make long integers, I have a program that can add 10 numbers but when a user puts a a really large number, the program closes itself.
Feb 13, 2013 at 3:57am
closed account (18hRX9L8)
You would use long long instead of int.
Topic archived. No new replies allowed.