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
Pauseing Screen
Pauseing Screen
Jun 8, 2015 at 6:22pm UTC
cutiepi314
(27)
How could I get a program to wait for three seconds and if in that time the user puts in an input then the program ends but if they do not the program starts over, is this possible?
Jun 8, 2015 at 8:44pm UTC
ForestRave
(2)
http://www.cplusplus.com/forum/beginner/99196/
if that doesn't work, a really really really really long loop would work! :)
edit: Don't actually make a really long loop, spare your PC the trouble :)
Last edited on
Jun 8, 2015 at 8:50pm UTC
Jun 8, 2015 at 9:12pm UTC
booradley60
(896)
http://www.cplusplus.com/forum/general/31923/
Jun 9, 2015 at 2:12pm UTC
cutiepi314
(27)
Oops I forgot to mention that I am using wxwidgets and I need to see if the user presses one of the buttons in the program
Topic archived. No new replies allowed.