Hey all,
I have one more question. This might seem like an intellectual stretch but I was wondering if ya'll knew how to implement some of the more important methods of the Generic class <vector>:
int PushFront(const T& t);
//Inserts t at front of the vector
int PopFront();
//Removes the front element of the vector
Some links might also be helpful. Thanks guys.



LinkBack URL
About LinkBacks


