But it probably really should be:

vector<int>message1( message);
Using the constructor instead of the assignment operator will avoid the possibility of an unnecessary operation of calling the...