Days difference between two dates using boost::date_timeAre there any APIs available in boost::date_time to get the number of days between two dates that is...
equal_range for a std::multimapThanks a lot for the clarification. std::distance worked like a charm.
equal_range for a std::multimapI have a multimap with some keys being duplicates. When I search for a key using equal_range(), I ge...
compare std::mapsIf I understand correctly, == will do the job if comparing pointers to the same map (I guess it chec...
compare std::mapsThanks for reply So just [code]if(data == map) return true; else return false;[/code] is suffic...
This user does not accept Private Messages