I am referring you to a previous link that compares the performance of qsort vs stdsort。 我寫了一個C程序,填充一個大的std::map,我想排序數組。我目前使用qsort。 typedef std::map<uint16_t, uint32_t> TSrcMap;
TPSrcMap sp;
TSrcMap
聲明地圖早就: map<char*,char*> rtable; // used to store routing information
現在我試圖顯示在地圖的內容: void Routes::viewroutes(){
typedef map<char*, char*>::const_iterator iter;
for (iter=rtable.begin(); it