U++ framework
Do not panic. Ask here before giving up.

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: 1428
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: Fri Sep 18 14:13:05 GMT+2 2026

Total time taken to generate the page: 0.00555 seconds