Assaign a vector to a vector?

I want to create a grading program that the user inputs a name and then on that value (name) there is a vector of doubles to represent his/her mark and then calculates an average how would I go about doing this?
You can use map<string, vector<double>>
http://cplusplus.com/reference/map/map/
Last edited on
Topic archived. No new replies allowed.