Search:

Type: Posts; User: CommonTater

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    4,242

    I should think the latter is causing the former,...

    I should think the latter is causing the former, in this case.
  2. Replies
    11
    Views
    4,242

    Adak... if you're thinking the hard disk is...

    Adak... if you're thinking the hard disk is spinning down, that's very unlikely while it's being accessed. Windows keeps a number of timers --Screensaver, Monitor, Standby, DrivePark, etc.-- and...
  3. Replies
    11
    Views
    4,242

    fflush wants a file handle not a buffer...

    fflush wants a file handle not a buffer pointer... should be fflush(op); and it should be before fclose(op);

    You might also want to give some thought to not creating an array of 10,800,000...
Results 1 to 3 of 3