Hi,

I have an associative array made up like the following:

Code:
map<string, string> hash;
I'd like to use a for() to show all the pairs...how can I do that?

thanks