How can i delete an element from a vector that lies in the middle of the vector? Like lets say i have a vector with 5 elements and i want to remove element 3. I assume you have to use iterators, but I can't find any documentation on how to simply delete a random element. Thank you.