Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
動的配列の 3 つの要素を別の最後の 3 つの要素にコピーする方法を知りたい
vector<int>tab1(i); vector<int>tab2(j); vector<int>tab(i+j);
複数の要素を から にコピーしtab1たいtab2
tab1
tab2