討論串[求教]C++一個STL範例看不懂
共 2 篇文章
首頁
上一頁
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個字)
內容預覽:
int temp[3] = {4,5,6};. vector<int> container1(3);. vector<int> container2(temp,temp+3);. //請問這一行在寫什麼?我實在看不懂,上一行大概可以理解containter1. //會有三個整數. //那contai
(還有154個字)
首頁
上一頁
1
下一頁
尾頁