User: msskiran

  • Public profile

User profile: msskiran

User info
User name:msskiran
Old user name:shashikiran
History
Joined:
Number of posts:6
Latest posts:

Days difference between two dates using boost::date_time
Are there any APIs available in boost::date_time to get the number of days between two dates that is...

equal_range for a std::multimap
Thanks a lot for the clarification. std::distance worked like a charm.

equal_range for a std::multimap
I have a multimap with some keys being duplicates. When I search for a key using equal_range(), I ge...

compare std::maps
If I understand correctly, == will do the job if comparing pointers to the same map (I guess it chec...

compare std::maps
Thanks for reply So just [code]if(data == map) return true; else return false;[/code] is suffic...

This user does not accept Private Messages