random file access and GUI
I have two assignments i must complete in two days which I don't know much about.
The first one:
Quote:
Write a program which allows the user to manage a random file of 15 maximum students who are taking this on-line course. Each student can have 6 different marks assigned to them: Thinking, Applications, Communications, Thinking, Exam, and Final Mark. Use the percentage breakdowns for this course to determine the final mark. Because students in on-line courses are at different points in the course, random access has been choosen. From a menu give the user the following options:
* enter initial class list of all student names
* add/delete a student
* enter a mark (Thinking, Applicatinos, Communications, Knowledge or Exam)
* modify a mark (Thinking, Applicatinos, Communications, Knowledge or Exam)
* calculate final mark
For this assignment, I am having trouble figuring out how to tackle the assignment. I am thinking of doing arrays but I don't know how to random file access with arrays. Also I'm not sure whether I should read the file under each function.
The second one: is about GUI. For now, I just need some good resources on GUI.