Search:

Type: Posts; User: Adak

Search: Search took 0.08 seconds.

  1. Replies
    14
    Views
    2,293

    Any help from your compiler help or man pages? ...

    Any help from your compiler help or man pages?

    You'll need to have the right include file, or (a poor solution for sure), use a system call.
  2. Replies
    14
    Views
    2,293

    Depending on your compiler, you want either...

    Depending on your compiler, you want either sleep(5); or delay(5). One will be for 5 seconds, and one will be for 5/1,000ths of a second.



    #include <dos.h>


    while (1) {
    ...
Results 1 to 2 of 2