I want the dots to appear ... ... one by one and i know it needs delay()/sleep() but i don't know how to use it must i include header file and declare it. Please show a simple program thank alot.
Printable View
I want the dots to appear ... ... one by one and i know it needs delay()/sleep() but i don't know how to use it must i include header file and declare it. Please show a simple program thank alot.
If you want to use Sleep(), it's declared in winbase.h as:
VOID Sleep(
DWORD dwMilliseconds // sleep time in milliseconds
);
/Michael Grundberg
M.Sc. Computer Science
Visionova IT-System, Sweden
[email protected]