chongwei
April 15th, 1999, 06:32 AM
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.
|
Click to See Complete Forum and Search --> : sleep() URGENT! chongwei April 15th, 1999, 06:32 AM 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. M Grundberg April 15th, 1999, 06:44 AM 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 michael@itsystem.se codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |