![]() |
Project 5: Grades
Version P5
This is the basic class project to compute grades
|
This is the complete list of members for Student, including all inherited members.
| addHWGrade(double newGrade) | Student | |
| addProjectGrade(double newGrade) | Student | |
| attendance | Student | private |
| displayGrades(ostream &out) const | Student | |
| finalExam | Student | private |
| first | Student | private |
| getAverage() const | Student | |
| getFirstName() const | Student | |
| getLastName() const | Student | |
| hwCount | Student | private |
| hwGrades | Student | private |
| last | Student | private |
| midterm | Student | private |
| projectCount | Student | private |
| projectGrades | Student | private |
| setAttendance(int attendance) | Student | |
| setFinalExam(double finalExam) | Student | |
| setMidtermGrade(double midterm) | Student | |
| Student(string last="", string first="") | Student |
1.8.2