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 newSudent;

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 newSudent;

need help.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!