|
Problem with linked list Database
Hello again, I just started a new semester at school and already have ran into a problem.
The assignment is to build a menu driven program that manages info on students, courses and grades for a school. I am given a student.dat, course.dat, and grade.dat files.
My problem is where to begin? Do I make each class for students, courses and grades each a linked list?
And after that, how do I find info on a student, do I have to transverse the course linked list to find all the info I need? The grades file has student ID's, classes and grades, course file only have class num and name, and student file has Fname, Lname, ID, and phone #.
Any help will be appriciated.
Tst
|