Vector <class>

can some one help me or give me the algorithm in this problem:
a 'class' named STUDENT has attributes like Name Age ID_Number Grades. i should store in a 'vector' and pop it out of it.. how can i store it in vector?i am having hard times here coz im so f*cked up with a lots of exams... please help me out here... and please give me some hint not just algorithm maybe even a part of the code will do please?
http://www.cplusplus.com/reference/stl/vector/
everything you need is there.
some one please hi-jack nthe codes please?????
// Hi-jacking codes? What am I missing here?
Simple create a vector as per the page linked by hamsterman.

std::vector<STUDENT> studentlist;

Then add and remove elements to it.
Topic archived. No new replies allowed.