文件名称:Student Assessment Reporting System
文件大小:965KB
文件格式:RAR
更新时间:2014-05-07 16:16:10
学生评估报告系统 C++小项目
For this assignment, we assume that students fall into two categories: course work students and research students. For all students, the common information about a student includes the student’s name (first name and last name), the student’s ID, and a category that indicates which category the student belongs to. For course work students, the specific information includes the number of units the student has taken in this semester, the grades that the student has achieved for each unit, the credits that the student has completed in this semester, and the status of tuition payment (paid or unpaid). For research students, the specific information includes the degree type (PhD or Master) and a study status (new-enrolled, topic-confirmed, candidature-confirmed, or degree-completion). We assume that the students’ IDs are unique and each student can be either a course work student or a research student, but not both. Your program should be able to read student information from keyboard or from a file, store the data, compute final grades for course work students or determine the next milestone to achieve for research students, and print a result report onto the screen or to an output file.
【文件预览】:
Student Assessment Reporting System
----FileIO.pdf(11KB)
----SARS()
--------SARS()
--------SARS.sln(877B)
--------SARS.ncb(2.02MB)
--------SARS.suo(22KB)
--------debug()
----任务书.doc(70KB)
----assignment.ppt(327KB)