i have written a program which reads from and writes to a text file.
the info read from the text file is stored as an array of structures.
structures are as follows:
{ char surname[20];
char firstname[20];
char telephone[12];
int custid;
}
I have succesfully coded the program which calls functions to add a customers details, sort customers by surname and output the customers details to screen.
i am having real problems with deleting a customers record using the custid.
any help would be greatly appreciated.



LinkBack URL
About LinkBacks



