skip to main
|
skip to sidebar
Q & G
The blue nowhere
2009年7月29日 星期三
c++ STL中的Deque使用
基本上,deque是個雙向佇列,所以可自由的從最前面或最後面加入元素。當要清空deque時,若使用
deque.clear();
則bulid debug mode下的project會過不了,在release mode下會過但執行時有時會跳出例外。最後我找到的soultion則是使用
deque.erase(deque.begin(), deque.end());
這樣就OK了。
沒有留言:
張貼留言
較新的文章
首頁
訂閱:
張貼留言 (Atom)
Mobile Edition
By Blogger Touch
Translation
網誌存檔
►
2010
(19)
►
8月
(2)
►
7月
(9)
►
5月
(5)
►
4月
(3)
▼
2009
(16)
►
11月
(4)
►
9月
(3)
►
8月
(3)
▼
7月
(6)
修改google blog版面區塊大小
使用webProxy+Redirect上被封鎖的網站
Android 1.5 上使用google map API的設定
開發Android時需要準備的金鑰keystore
wxwidget中的wxBufferedDC使用方法
c++ STL中的Deque使用
標籤
Android
(11)
Apple
(8)
blog
(1)
c++
(1)
Firefox
(6)
Google
(1)
Hardware
(1)
Network
(2)
PS3
(1)
Ubuntu
(4)
Win
(1)
wxWidgets
(1)
網站
Recommend Android Apps
Grimmer's Firefox Extension
Map Of Visitors
QR CODE
我的網誌清單
Goston's Blog
Daniel in Nowhere
網路黑貓 BlackCat dot Net
Caton +java +google =?
Coding James
搜尋我的網誌清單
沒有留言:
張貼留言