|
-
Sep 18th, 2008, 12:59 PM
#1
Thread Starter
Lively Member
exiting in c++ after timed delay
hello,
System("CLS") is not working on my station, and depending on the number of tries a person makes on a "guessing" game, I want the user to see a message for 5 seconds, then have the application close automatically.
Thanks
-
Sep 18th, 2008, 01:03 PM
#2
Re: exiting in c++ after timed delay
You specifically stated your station....what about other workstations?
How are you using it?
-
Sep 18th, 2008, 07:16 PM
#3
Re: exiting in c++ after timed delay
If you're on a windows platform, you might want to have a look at this page.
The methods you'd be using are SetTimer and KillTimer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|