User profile: lab3

User info
User name:lab3
History
Joined:
Number of posts:7
Latest posts:

Sorting and carrying along all the information
I 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 information
Oh yes i put the old code. The corrected on is: [code]void sort1(Student student[],int number) { ...

Sorting and carrying along all the information
Hi, I'm wondering why this piece of code isn't sorting and this is the same algorithm i've used befo...

Sorting and carrying along all the information
Hi, 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