STL iterator delete problem
years ago carl report problem in chinaunix.net: bug of stl on hpux.when delete some element in the stl containers,not work.others ok.
now i encount the problem again,but not bug.and the solution:
for(iterator continue)
{
if(want to delete)
{
delete the pointer;
delete the element and move on the cursor;
}
else
{
increment
}
}
and use the r iterator also will be ok.just because when you delete the elemetn.so the iteraotr changed,then error occurs
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/47869/viewspace-999701/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 《STL原始碼剖析》-- stl_iterator.h原始碼
- STL之迭代器(iterator)
- C++ STL迭代器(iterator)C++
- 例說資料結構&STL(十二)——iterator資料結構
- Problem_2 Majority Problem
- Iterator原理
- Iterator模式模式
- Mathematical Problem
- STL
- Symbol.iteratorSymbol
- Iterator和ListIterator
- Iterator & foreach
- Iterator迭代器
- java容器-IteratorJava
- java使用iteratorJava
- 迭代器 iterator
- iterator移動
- FZU Problem 1692 Key problem(迴圈矩陣)矩陣
- 《STL原始碼剖析》 -- stl_algo.h原始碼Go
- 《STL原始碼剖析》-- stl_algobase.h原始碼Go
- 《STL原始碼剖析》-- stl_hashtable.h原始碼
- 《STL原始碼剖析》-- stl_multimap.h原始碼
- 《STL原始碼剖析》-- stl_map.h原始碼
- 《STL原始碼剖析》-- stl_multiset.h原始碼
- 《STL原始碼剖析》-- stl_set.h原始碼
- 《STL原始碼剖析》-- stl_tree.h原始碼
- 《STL原始碼剖析》-- stl_heap.h原始碼
- 《STL原始碼剖析》-- stl_slist.h原始碼
- 《STL原始碼剖析》-- stl_queue.h原始碼
- 《STL原始碼剖析》-- stl_stack.h原始碼
- 《STL原始碼剖析》-- stl_deque.h原始碼
- 《STL原始碼剖析》-- stl_list.h原始碼
- 《STL原始碼剖析》-- stl_pair.h原始碼AI
- 《STL原始碼剖析》-- stl_vector.h原始碼
- 《STL原始碼剖析》-- stl_uninitialized.h原始碼Zed
- 《STL原始碼剖析》-- stl_alloc.h原始碼
- STL——STL中vector的實現原理
- ACM A problem is easyACM