Anyone any good with how to access a map in C++? Any simple tips or pointers to decent websites for help would ace.
Name:
Anonymous2008-01-06 15:47
>>9
first = key
second = value
The data structure stored in a map is actually an std::pair, with these data members templatized over the key and value, respectively.