|
-
Nov 27th, 2002, 12:43 PM
#1
Thread Starter
New Member
Using a pause...
Im a beginning programmer and would like to know what technique/function can I use to "pause"...for instance, I am sending text to a richtext box, but would like to use a pause in between printlines. It would be preferable if this pause could be controlled in a menu option (slow, medium, fast) via a variable, etc..
What do I use in C++? I know Java has an actual "pause". I don't need anyone to give actual code examples..just point me in a direction. Thanks a lot!
-
Nov 27th, 2002, 01:06 PM
#2
Frenzied Member
MSVS 6, .NET & .NET 2003 Pro
I HATE MSDN with .NET & .NET 2003!!!
Check out my sites:
http://www.filthyhands.com
http://www.techno-coding.com

-
Nov 27th, 2002, 02:11 PM
#3
Sleep. And it only is available for windows.
For straight C/C++ you use a while loop and the time functions.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|