
Results 1 to 6 of 6
Thread: Pausing a C++ Program
Threaded View
-
09-04-10, 10:10 PM #6
- Rep Power
- 0
- Reputation
- 68
you could create a loop that after the program is run, it asks if the user wants to run the program again. If so loop to the beginning, if not the program exits.