Re: How to put a delay in execution in a C program?
There is also delay(int msec) function in dos.h.
Try using it. It works.
-----------------------------------------
Posted again:
-----------------------------------------
There is also delay(int msec) function in dos.h.
Try using it. It works.
Last edited by xmentrio; 11-09-2009 at 06:02 PM.
Reason: Automerged Doublepost
|