Search:
Forum
Beginners
Long integers
Long integers
Feb 13, 2013 at 3:56am UTC
Code Apperentice
(55)
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 UTC
usandfriends
(273)
You would use
long
long
instead of
int
.
Topic archived. No new replies allowed.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs