Having trouble with the Sort functiongot it. [code] for (int i = 0; i < 5; i++) { sort(s[i].quiz, s[i].quiz + 5); } [/...
Having trouble with the Sort functionI can use std sort and that is where I am having trouble. [code] bool cmp_tests(const students&t1, c...
Having trouble with the Sort functionHey, I am working on a program that reads in a file with a student's name,their id number, 5 quizzes...
Opening a file and using a structureuse a for loop to read all the values in [code] for (int i=0;i<3;i++) { in_file>>car[i].carnum>>car...
Help with arrays and structuresI need help with structures. my problem is taking 8 numbers if one of them is negative displaying "D...
This user does not accept Private Messages