K> vector<int> v; K> vector<int>::iterator it( v.begin() ); K> advance( it , nIndex ); K> v.erase(it); K>
v.erase(v.begin()+index);