Quote Originally Posted by automagp68 View Post
If i call fgets again it does read the next line but it writes over the information in the array stored from the first call of fgets
That's because you're storing it all in the same place. If you want the next call to go somewhere else, put it somewhere else. Switching to fread isn't going to change that.


Quzah.