User profile: ASQ19

User info
User name:ASQ19
Old user name:Abdulaziz Qasim
History
Joined:
Number of posts:26
Latest posts:

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 logic
Hello, 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>...