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
{
char ID[9];
char YR[10];
char lname[14];
char fname[24];
}LIST[256];
Last edited by Ancient Dragon; Jan 7th, 2009 at 10:34 am. Reason: add code tags