
Keith B. answered 09/01/19
Tutor
4.6
(22)
Software Engineer and Math Geek
Use the vector's insert method:
vector<type> a;
vector<type> b;
a.insert(a.end(),b.begin(),b.end());
Keith B. answered 09/01/19
Software Engineer and Math Geek
Use the vector's insert method:
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.