Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
BUBBLE sort in array of Structures
Name: cybercellz Date: November 16, 2003 at 23:22:39 Pacific OS: windows 98 CPU/Ram: 233/128Mb
Comment:
I am having problems doing an alphabetical sort on names in an array of structures (List) each of which contains a name and a number e.g.:
struct record{ char studName[50]; int studMark; };
struct record list[7];
(The data is read into the above structure from a .txt file in this format:
Summary: Can someone help me how I can search a one dimensional array of structures? This is what I have so far...but I can not figure out how to display the appropriate grade. Structure GradeStruc Pu...
Summary: Yes, this question is regarding an assignment, but I have been killing myself for several days trying to find a solution. The programs is one that we have added to / expanded on all semester, so part...