View Single Post
Old 01-12-2005, 11:33 PM   #5 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
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.
Valmont is offline   Reply With Quote