Quote:
|
Originally Posted by toast28
OK, by menu driven I mean there is a menu that it returns to after each command is given,
1. add/modify grade
2. remove grade
3. grade of one student
4. grades from one course
5. student list
6. course list
7. exit
The main problem I'm having is that when you do 3. grades of one student, it needs the fname and lname of the person, not in the grade file, but in the student file. If you could explain what I'm supposed to do here, it would be wonderful. I only mentioned linked lists because the teacher suggested it so I figured it would be the easiest
|
How are going to lookup the student's info to start with? By ID?
And how is the course.dat file related to the rest? It only holds the class numbers and the course-names right?