Search:

Type: Posts; User: bjgough

Search: Search took 0.00 seconds.

  1. Replies
    32
    Views
    4,840

    So...no fflushing, got it!

    Thank you for your response.
    The puzzler here is that fflush doesn't register an error when compiling, yet it doesn't work.
    fpurge ALSO recommended by Mr. Gookin (he does mention that fflush...
  2. Replies
    32
    Views
    4,840

    To fflush, or Not to fflush...

    I am going through the C for Dummies tutorials and have run into a problem using fflush.




    #include <stdio.h>

    int main()
    {
    char c,d;
Results 1 to 2 of 2