討論串[問題] BCB6: '> >' for nested templates
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
vector<. vector<int>. >. vPixel(. jpImg->Width. , vector<int>(jpImg->Width). );. 我的排版會像上面那樣, 所以不會遇到>>的問題, 但是一般我們不會這樣. 寫. 因為型別重複次數太高將使得切換實作容器型別以及客製化模板型
(還有992個字)
內容預覽:
#include <vector>. using namespace std;. .. .. .. vector<vector<int>> vPixel(jpImg->Width,vector<int>(jpImg->Width));. 會錯,. [C++ Warning] Unit1.cpp(46
(還有164個字)
首頁
上一頁
1
下一頁
尾頁