|
so im writing a program that reads a text file like this
April,Joe 21 312033387 126 Freelane, Yourtown, State 88990
but quite a few of those with different information in each piece. i got it to read the file and create a back up. but im having trouble making it into array of structure and displaying it.. and each structure must contain each persons' information:
Last_Name, First_Name Age ID Address
i dont want to edit the orginal file, i just want to make the file contents into a array..
help!!
|