template class in a STL.I think that boost::any class may just do the trick or me, but how do I do the following: void moo(...
template class in a STL.Hello. I have a class with a template member: template<typename T> class TalkFirmware { publ...
vector out of scope... how to free memory?Hello. Suppose I have a class Widget and I do something like the following: vector<Widget*> wl...
c++ vector question.Two questions: 1. Does .clear() member function in a vector free() memory called by new? I wro...
This user does not accept Private Messages