i know how to add an element to a vector, how to remove the back, but how do i remove let's say the one in the middle? since the elements are going to be objects. i want to remove the one that has the hWnd == wnd.Hwnd, and remove it, how would i do that? remove a specific element?




Reply With Quote