Question: this imp is using vector void addStudent(student g) { for(unsigned int i =0; i
this imp is using vector
void addStudent(student g) { for(unsigned int i =0; i private: std::vector if you wanted to change it to std::map would this be the way to change it void addStudent(std::string name, student g) { newStudent.insert(std::make_pair(name,g)); } private: std::map need help.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
