cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Help
Help
Jan 11, 2012 at 12:19pm UTC
imbaegod
(5)
what do i write in the program when i just hit enter, the program ends?
Jan 11, 2012 at 12:49pm UTC
Moschops
(7244)
http://www.cplusplus.com/forum/beginner/1988/
Last edited on
Jan 11, 2012 at 12:50pm UTC
Jan 11, 2012 at 3:38pm UTC
imbaegod
(5)
what i am trying to say is that when i make a c calculator, when i put an empty equation, i want it to end. how do i do that?
Jan 11, 2012 at 3:39pm UTC
Moschops
(7244)
if
(input ==
""
) exit(0);
Topic archived. No new replies allowed.