Sorting and carrying along all the informationI tried doing this instead of the swap function: [code]void sort1(Student student[],int number) { ...
Sorting and carrying along all the information[code]class Student { public: string name; int score1; int score2; int score3; ...
Sorting and carrying along all the informationOh yes i put the old code. The corrected on is: [code]void sort1(Student student[],int number) { ...
Sorting and carrying along all the informationHi, I'm wondering why this piece of code isn't sorting and this is the same algorithm i've used befo...
This user does not accept Private Messages