
March 3rd, 2013, 04:04 PM
|
|
Registered User
|
|
Join Date: Mar 2013
Posts: 2
Time spent in forums: 1 h 17 m 38 sec
Reputation Power: 0
|
|
|
C Programming HW Help
Hey all. I'm new to this forum and also to C. This homework is killing me, I have no idea how I should start it. Essentially, I have to read a text file whose input file has a list of these:
1301,204415019,"LastName","FirstName",EEE, 230,="R01"
and categorize them into their respective columns, sorted by name. I have to put the info from the file into an array of structs and output the data in a table format. I need to use two or more source files and a makefile.
The problem here is that I've just learned about all these things and I don't really know what the general process should be like. Some tips and pointers would be cool.
|