Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » STL multimap
Re: STL multimap [message #17439 is a reply to message #17438] Fri, 15 August 2008 00:47 Go to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Try using std::pair:
mm.insert( std::pair<int, double>(5, 5.0) );
 
Read Message
Read Message
Previous Topic: THISBACK and function-overloading
Next Topic: Time for little quiz!
Goto Forum:
  


Current Time: Tue May 14 17:42:31 CEST 2024

Total time taken to generate the page: 0.01798 seconds