Hello, i need some help with vectors, doing one excersise from the book.
i need to rearange the vector that it would be saved in reverse order.
my vector is pass by refference with & so it should change its values if changes is made in the function. Why my vector after function keeps the same
old values and do not save new values passed?