Forum: C Jan 7th, 2009 |
| Replies: 5 Views: 892 i have to read two text file
"textfile.txt" and "textfile2.txt"
it only reads "textfile.txt"
how to join the two text and read it. |
Forum: C Jan 7th, 2009 |
| Replies: 5 Views: 892 the text file " textfile.txt" is in this form:
076 yr1 Santos Jose
054 yr1 Alonzo Pedro
087 yr4 Vasquez Carlos Israel
076 yr2 Marquez Juan Miguel |
Forum: C Jan 7th, 2009 |
| Replies: 5 Views: 892 hi,
how can i read a text file "textfile.txt" with a structure? (in C)
thanks
the structure is in this form.
typedef struct list
{ |