can any one tell me what is the difference between map and multimap container in STL?
thanks in advance.. iam new to this topic..

Put simply the difference is; each key/value pair in a std::map must have a unique key. Whereas a multimap can contain key/value pairs with duplicate keys.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.