C++求指导!关于链表文件的导入问题!导入时出错

[复制链接]
查看11 | 回复2 | 2012-6-27 15:26:58 | 显示全部楼层 |阅读模式
修改后:#include#include#include#include#include//exitstruct node{
int no;
char name[8];
float chinese,math,english,politics,history,pc,pe,score;
node *next;};node *Insert(node *head,node *pn)//插入{
node *pc,*pa;
pc=pa=head...
回复

使用道具 举报

千问 | 2012-6-27 15:26:58 | 显示全部楼层
又是这么乱的代码...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行