View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-07-2010 , 18:46   Re: #define MAX_SIZE 1012
Reply With Quote #7

Quote:
Originally Posted by Drak View Post
You're only getting the first line.
Code:
    while(!feof(i_File))         fgets(i_File, g_Text, MAX_SIZE)
Clarification:
fgets() will only get a single line at a time. So, without a while loop you are only getting the first line.
__________________
fysiks is offline