User: ballinlinda

  • Public profile

User profile: ballinlinda

User info
User name:ballinlinda
History
Joined:
Number of posts:6
Latest posts:

removing 2 elements from a vector
find a number and remove that number at that current position then remove 2nd element at the same t...

Arrays with user-input
[code] double average = 0.0; double min = exam_score[0]; double max = exam_score[0]; if(min > exam...

IS PROGRAMMING NOT FOR ME:(
what is the problem? you want to find all the primes to a certain user input? or do you want to fin...

Vector remove 2 numbers at the same time
ISSUES ARE FIXED just changed the borders even if i dont scan through the whole vector 7 8 9 10 are ...

Vector remove 2 numbers at the same time
[code] v.erase(v.begin()+i); v.erase(v.begin()+2); [/code] instead of doing +2 from the beginning ...

This user does not accept Private Messages