Nick
2006.05.29, 09:22 PM
I'm considering using the STL map structure for a project but I'm not sure if I can do what I would like to do. Is it possible to use an interator and step through the map, printing out both the key and the value? I know how to easily get the value, but I'm not sure if you can get the key using an iterator or not.