STL - Vector

What is the context of one and two after the following frsgment of code is executed?

vector one(7, string("one"));
vector two(one.begin() + 2, one.end()-3);

Questions by makan007

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions