Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~116 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for xiikryssiix

Hey, You have a semi-colon placed after your for loop declaration. for (int j = i + 1; j < nStudents; j++); <-- delete this semi-colon { if (student[i].name > student[j].name) { Student temp = student[i]; student[i] = student[j]; student[j] = temp; } } "line 68 - using obsolete binding …

Member Avatar for mrjjkalyn
0
116

The End.