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