Search:

Type: Posts; User: mramazing

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    4,180

    So in short you are saying that no matter what,...

    So in short you are saying that no matter what, since we are going to get scheduled, that what ever function you use isn't going to be exact? (as far as timing goes)
  2. Replies
    14
    Views
    4,180

    What I used to do was basically kill time with...

    What I used to do was basically kill time with for loops. So I would make a pause function go for some amount of time like this:


    void pause(int x);
    {
    for(int i = 0; i < x; i++)
    ;
    }
Results 1 to 2 of 2