Project 5: Grades  Version P5
This is the basic class project to compute grades
 All Classes Functions Variables
Student Member List

This is the complete list of members for Student, including all inherited members.

addHWGrade(double newGrade)Student
addProjectGrade(double newGrade)Student
attendanceStudentprivate
displayGrades(ostream &out) const Student
finalExamStudentprivate
firstStudentprivate
getAverage() const Student
getFirstName() const Student
getLastName() const Student
hwCountStudentprivate
hwGradesStudentprivate
lastStudentprivate
midtermStudentprivate
projectCountStudentprivate
projectGradesStudentprivate
setAttendance(int attendance)Student
setFinalExam(double finalExam)Student
setMidtermGrade(double midterm)Student
Student(string last="", string first="")Student