A little help with text files

Started by
1 comment, last by NullPointer33 20 years, 5 months ago
How can I get a whole line from a text file instead of a string or a character? I'm not using c++ file streams so please give me a C example :D [edited by - NullPointer33 on November 15, 2003 5:14:24 PM]
Advertisement
Try the fgets function from stdio.
Thanks I'll give that a try it looks like it should work

EDIT: yup it works thanks!

[edited by - NullPointer33 on November 15, 2003 5:52:30 PM]

This topic is closed to new replies.

Advertisement