Well, I just wanted to know how to put values. I'm thinking of having a map where you have a name seperated into 2 strings(last name, first name) using map and having an extension of their age.
Remember, that map keys are (a) constant, (b) goes inside [].
And if we take into account how maps store key-value pairs, we will see that it makes it poor choice for keys... Well, there is a good rule of thumb: do not use containers as keys for associative containers.