Forum: C Nov 26th, 2008 |
| Replies: 4 Views: 1,591 I've tried using fgets to read whole line.
However, it only reads the first line and end from there. Did i forget to put a loop or something? |
Forum: C Nov 26th, 2008 |
| Replies: 4 Views: 1,591 I have the following in a text file
How old are you?:I am 1 year old.
Basically, the ":" is the delimiter. "How old are you?" is the question and "I am 1 year old" is what i will reply when i... |