SyntaxFix
Write A Post
Hire A Developer
Questions
I would use the insert function, something like:
vector<int> a, b; //fill with data b.insert(b.end(), a.begin(), a.end());