U
utab
Hi there,
I would like to compare the values in two vectors of double. I can do
it by using iterators, I had an idea but wondering there is a library
facility to do that.
vector<double> a;
vector<double> b;
and that is enough for me to check the first three or four values of
these two vectors. Maybe in the future I will need something from STL
if existent ) .
Thanks in advance.
I would like to compare the values in two vectors of double. I can do
it by using iterators, I had an idea but wondering there is a library
facility to do that.
vector<double> a;
vector<double> b;
and that is enough for me to check the first three or four values of
these two vectors. Maybe in the future I will need something from STL
if existent ) .
Thanks in advance.