Quick Help with loop modification I need to modify the "second if statement" in the code shown below as follow: I've 350 values for vp...
review my program and it's logicHello, I'm a student working on a code and need somebody to review my coding's logic, the program...
Counting the repetition in an array Thanks, I did it using the following: [code]vector<double> unique_values; vector<int> vcount; boo...
Counting the repetition in an array Thanks, I tried something like this but I do not get the results I'm looking for ? Any Idea [code] ...
Counting the repetition in an array [code]double val,result, tmp, tmp1=0.0, ri=0, tc; int count=0; vector<double> t_; vector<int>...