|
Oh wait a minute. Linked lists aren't a requirement? In that case use std::vector. You can find it in <vector> header. Although I really think you should learn the std::map container. To be found int <map>.
So.
Anyway, the grades file has an student_ID and the student file has a student_ID. Use this to your advantage.
I'll be back later.
__________________
Last edited by Valmont; 01-13-2005 at 12:14 AM.
|