M
magnus.moraberg
Hi,
I have two vector<int> objects with the values 1,2,3,4,5,6 and 1,2,4,6
respectfully. Is there a function available within std which will give
me a vector<int> object with 3, 5 (subtraction).
Thanks,
Barry
I have two vector<int> objects with the values 1,2,3,4,5,6 and 1,2,4,6
respectfully. Is there a function available within std which will give
me a vector<int> object with 3, 5 (subtraction).
Thanks,
Barry