Posted By:
prachi_jain
Posted On:
Sunday, August 4, 2002 07:32 AM
Hii friends, I am having a problem....problem goes like this...i m having two vectors say A and B. Both of same capacity. "Vector A" i stored some strings say A1, A1, A2, A2, A3 "Vector B" values are 10, 20, 5, 7, 20 i just want to have the result in two other vectors as "FinalAVector" A1, A2, A3 "FinalBVector" 20, 7, 20 I hope u understand, i need the max of values from the problem. I m trying to do that...but, i m failing in getting the max values in final vector. It's a very small problem..i hope someone can help me to do this. thanks.
More>>
Hii friends,
I am having a problem....problem goes like this...i m having two vectors say A and B. Both of same capacity.
"Vector A" i stored some strings say A1, A1, A2, A2, A3
"Vector B" values are 10, 20, 5, 7, 20
i just want to have the result in two other vectors as
"FinalAVector" A1, A2, A3
"FinalBVector" 20, 7, 20
I hope u understand, i need the max of values from the problem. I m trying to do that...but, i m failing in getting the max values in final vector.
It's a very small problem..i hope someone can help me to do this.
thanks.
<<Less