C and c++ remove a value from a vector

Hi guys!
I was trying to find how to delete a single value from a vector in c and C++ but i couldn't find a way.
Is there a command how to delete it?
There are no vectors in C, C++'s std::vector has an erase method http://www.cplusplus.com/reference/stl/vector/erase/
Topic archived. No new replies allowed.