Search:

Type: Posts; User: Jonyb222

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,181

    ummm... could an fgets possibly improve my...

    ummm... could an fgets possibly improve my situation?



    fgets(InputLine, 49, FileIn);


    and would this be the proper implementation for the rest of the code?
  2. Replies
    5
    Views
    2,181

    ok. but would "InputLine != feof(FileIn)" be any...

    ok. but would "InputLine != feof(FileIn)" be any better to check when I've hit the end of the file? (and therefore stop it from repeat the last word over and over again)

    if it helps any here is...
  3. Replies
    5
    Views
    2,181

    Infinite loop output problem

    Hi, I'm having trouble with a java program I was tasked with converting to C, the original program take an in.txt file filled with rougthly a paragraph's worth or words, each on it's own line and...
Results 1 to 3 of 3