All right, so I have a final exam due that consists of four problems. I'm currently working on the first problem. I understand the algorithm of the problems, but I am very, VERY weak with syntax and the entire C language in general.
In the first problem, I just indexed the Bloodtype tables (parent parent child) and (parent child parent). Right now, I can open the bloodtype.dat file, but I don't know how to store and parse the characters and make the program read from line to line (loops?). Can someone please help?
Here is the link to the problems, right now I'm working on Problem 1.
Thank you so much!
http://ece15.ucsd.edu/Main/Final.html
Brian