Long integers

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.
closed account (18hRX9L8)
You would use long long instead of int.
Topic archived. No new replies allowed.