How do you add all the values of an array together?[code firstline=60] for(int i = 0; i < size; ++i) { for(int j = 0; j < 2; ++j) students[i].tes...
Bubble sort more than 2 vectors? help!I haven't really looked at your code, but you should just do something like this for your loop: [co...
Explanation help pleaseThere are some things wrong with the code. [code firstline=37] for(int k = i; k < 17; k+...
Can't run this project! Help Solve it plsYou still haven't explained what the problem is. Just from looking though, I think the problem is b...
Problems with defining an increment functionI notice in your increment and decrement functions, you are changing the values of the members [code...
This user does not accept Private Messages