View Single Post
Old 01-13-2005, 03:55 PM   #7 (permalink)
toast28
Registered User
 
Join Date: Sep 2004
Posts: 21
toast28 is on a distinguished road
Yes, the primary way of getting info will be through the Student ID #. And yes the course.dat just has class number and a full name. I made 3 arrays, students and courses are pretty straight forward, but grades will have 3 fields per entry; ID, Classnum, and Grade. For ID, it will point to the record in students array of that student. For Classnum, it will point to the classnum in courses array.

After finally settling on a data type this program doesn't seem nearly as complicated as it first did.

Thanks for your help Valmont.
P.S. Are you the only one that answers questions here? I see your name in almost every thread.
toast28 is offline   Reply With Quote