Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PureMorning

    Using STL::vector<> with a class

    Hi, I am making a particle system at the moment(Using c++ and openGL). At the moment I am using the std::vector in the STL to store my co-ordinates and other data for each particle. The problem is that I cannot seem to delete items from the vector<> I create. I know I need to use...

Part and Inventory Search

Back
Top