sorry, I don't mean to swap 2 vectors and I already tried the swap function in algorithm library and that didn't work either
this is what I been working on
I have a class that using the vector under the hood so I have a whole bunch of data in the vector. I am trying to swap 2 elements in the array it doesn't work and I am running out of time. thanks