Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~75 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for dubbelodub

I'm stuck accessing a 2D map How do I retrieve data out of the inner map? [code]map <string, map <int, class> > myMap[/code] When I set up and iterator it, I get a std::pair. it->second should yield a pair aswell because it points to map <int, class> but I can't …

Member Avatar for nucleon
0
75