C++ Problem resolution - is it the best way to simulate a "tuple"?
- by fbin
Hi everyone! I've got the following problem:
"Write a template function vectorMAXMIN() that will accept a vector and a number indicating the size of the vector and will return the max and the min values of the vector"...
So i think in it... Create a class vector to avoid the "size" passing value and control the insertions and can get from this…