討論串[求教]C++一個STL範例看不懂
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者dreamer.時間18年前 (2007/03/14 02:01), 編輯資訊
0
0
1
內容預覽:
引述《BoHann.bbs@bbs.cis.nctu.edu.tw (延宕的人生)》之銘言:. > int temp[3] = {4,5,6};. > vector<int> container1(3);. > vector<int> container2(temp,temp+3);. > //
(還有745個字)

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者BoHann.時間18年前 (2007/03/14 02:01), 編輯資訊
0
0
0
內容預覽:
int temp[3] = {4,5,6};. vector<int> container1(3);. vector<int> container2(temp,temp+3);. //請問這一行在寫什麼?我實在看不懂,上一行大概可以理解containter1. //會有三個整數. //那contai
(還有154個字)
首頁
上一頁
1
下一頁
尾頁