Delay in Pro-C [message #149007] |
Tue, 29 November 2005 10:01 |
prashanth7582
Messages: 34 Registered: October 2005 Location: Bangalore
|
Member |
|
|
Hi,
I'm printing usernames frm a table which has got some 18,000 records using a cursor..After printing each name I want to give some delay so that user can see those names..
For that ,I used delay(50)..but while linking c pgm ,it gives errors.
Thts I cant use delay in m\y pgm..
Can U pls tell me how can I delay prnting for some time?
Adios..
Prashanth Deshmukh
|
|
|
Re: Delay in Pro-C [message #149191 is a reply to message #149007] |
Wed, 30 November 2005 08:41 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
In C program , for delaying you could use either "Delay()" or else "Sleep()" built-in functions.I hope Delay is in Stdlib.h , Include that and check.
--Kiran.
|
|
|