searching through a vector
Hey,
Ive got a vector which contains bidders and If the user is not the leading bidder when disconnecting, their associated Bidder object needs to be removed from the server.
So i need to delete any bidders from the vector that dont equal the name ive got ( the leading bidder).... I was thinking an if statement but Im struggling with vectors and dont know if its possible to do such a simple thing... im going to keep searching and trying but any ideas would be great
Thanks

