how to use the founction delay()?
and how to calculate the time?
This is a discussion on how can make a delay founction with certain time? within the C Programming forums, part of the General Programming Boards category; how to use the founction delay()? and how to calculate the time?...
how to use the founction delay()?
and how to calculate the time?
Look in your compilers help?
If you want us to help you, perhaps you should say which OS/compiler you want help with!
Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.
tc2.0Originally posted by adrianxw
Look in your compilers help?
If you want us to help you, perhaps you should say which OS/compiler you want help with!
c language!
i'm pretty sure that the delay() function is in dos.h. You use it like this:
It will pause the program for 250 milliseconds.Code:delay(250);