cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Long integers
Long integers
Feb 13, 2013 at 3:56am UTC
Code Apperentice
(229)
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
closed account (
18hRX9L8
)
You would use
long
long
instead of
int
.
Topic archived. No new replies allowed.