First page Back Continue Last page Graphics
STUDENT STRUCTURE
In the final example, they build a structure for the student name, the mid-term exam score, the final exam score, and the homework vector. (similar to our lab)
Then they define a vector of these structures to store all the student data
vector <Student_info> students;