Monday, July 27, 2009

What does the set and map container in c++ do?

I'm partially guessing because I'm working from memory.





A set is a list of unique values


A Map is a list of Key/Value pairs.

strawberry

No comments:

Post a Comment