$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Meryl Silverburgh (silverburgh.meryl_at_[hidden])
Date: 2006-03-03 11:58:10
I have a vector<float> source vector and a vector<int> keys.
I would like to remove all element in the keys from the source vector.
i.e. if the keys array is <1, 3, 4, 5>
I would like to remove 1st, 3rd , 4th, 5th element from the source vector.
how can I do that?
Thank you.