hi...
lets say i have a vector
std::vector<CMySocket> m_sMyConnectSocket;
later during some operation i resize it to 10...
after th usage of the vector...
i wanna reset it...
means bring it to a position it was when it was created...all empty..
how do i do it...
tks a lot:)
