C语言单链表访问冲突求指教-谢谢~
程序运行过程中要有菜单提示,菜单如下:*************************************************************
* 1.Insert a student *
* 2.Delete a student *
* 3.Display the link list *
* 4.Display excellent students *
* 5.Search a student by the name *
* 6.Display the average score of three courses *
* 0.Exit the program *
*************************************************************
“Insert a student”:插入一个学生记录,要求按平均分从高到低插入
“Delete a student”:删除指定学号的学生
“Display the link list”:输出单链表中所有学生的信息
“Display excellent students”:输出链表中三门功课平均成绩高于85分(含85分)的学生信息
“Search a student by the name”:根据输入的姓名,输出链表中相应学生的信息
“Display the average score of three courses”:输出链表中所有学生的高数平均分、英语平均分以及C语言平均分
“Exit the program”:销毁单链表,结束程序运行
搞定了,还是把代码删了吧
求大神教我怎么样在单链表中进行排序,降序排序
[此贴子已经被作者于2016-6-8 11:16编辑过]