Help

what do i write in the program when i just hit enter, the program ends?
Last edited on
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?
if (input == "") exit(0);
Topic archived. No new replies allowed.