| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 798 人关注过本帖
标题:求助:成绩管理系统 改了半天 还是出错。。。
只看楼主 加入收藏
deargod007
该用户已被删除
收藏
已结贴  问题点数:10 回复次数:9 
求助:成绩管理系统 改了半天 还是出错。。。
提示: 作者被禁止或删除 内容自动屏蔽
搜索更多相关主题的帖子: 系统 管理 
2010-12-11 21:57
deargod007
该用户已被删除
收藏
得分:0 
提示: 作者被禁止或删除 内容自动屏蔽
2010-12-11 21:58
deargod007
该用户已被删除
收藏
得分:0 
提示: 作者被禁止或删除 内容自动屏蔽
2010-12-11 21:59
vandychan
Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15
等 级:贵宾
威 望:18
帖 子:2296
专家分:6418
注 册:2010-8-20
收藏
得分:3 
确实很长

到底是“出来混迟早要还”还是“杀人放火金腰带”?
2010-12-11 22:03
laoyang103
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:内蒙古包头
等 级:贵宾
威 望:19
帖 子:3082
专家分:11056
注 册:2010-5-22
收藏
得分:3 
链表类.rar (1.9 KB)

有那么复杂嘛????????????????
写了这么多   102个错误
你可以参考一下我写的这个

                                         
===========深入<----------------->浅出============
2010-12-11 22:04
deargod007
该用户已被删除
收藏
得分:0 
回复 5楼 laoyang103
提示: 作者被禁止或删除 内容自动屏蔽
2010-12-11 22:15
deargod007
该用户已被删除
收藏
得分:0 
提示: 作者被禁止或删除 内容自动屏蔽
2010-12-11 23:06
樵头
Rank: 2
来 自:四川广安
等 级:论坛游民
帖 子:7
专家分:28
注 册:2010-9-22
收藏
得分:3 
哥哥你这个没法改,你还是重写吧,用工程来写
1>------ Build started: Project: luntan, Configuration: Debug Win32 ------
1>Compiling...
1>first.cpp
1>f:\mypro\c ++thinking\luntan\first.cpp(80) : error C2061: syntax error : identifier 'student'
1>f:\mypro\c ++thinking\luntan\first.cpp(222) : error C2296: '*' : illegal, left operand has type 'void (__cdecl *)(void)'
1>f:\mypro\c ++thinking\luntan\first.cpp(222) : error C2297: '*' : illegal, right operand has type 'student *'
1>f:\mypro\c ++thinking\luntan\first.cpp(222) : error C2062: type 'int' unexpected
1>f:\mypro\c ++thinking\luntan\first.cpp(223) : error C2143: syntax error : missing ';' before '{'
1>f:\mypro\c ++thinking\luntan\first.cpp(237) : error C2065: 'p' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(241) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(241) : error C2061: syntax error : identifier 'student'
1>f:\mypro\c ++thinking\luntan\first.cpp(242) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(242) : error C2228: left of '.ID' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(243) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(243) : error C2228: left of '.name' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(244) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(244) : error C2228: left of '.sex' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(245) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(245) : error C2228: left of '.age' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(246) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(246) : error C2228: left of '.call' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(247) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(247) : error C2228: left of '.sc1' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(248) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(248) : error C2228: left of '.sc2' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(249) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(249) : error C2228: left of '.sc3' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(250) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(250) : error C2228: left of '.sc4' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(251) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(251) : error C2228: left of '.sc5' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(252) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(252) : error C2228: left of '.ID' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(253) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(253) : error C2228: left of '.name' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(254) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(254) : error C2228: left of '.sex' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(255) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(255) : error C2228: left of '.age' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(256) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(256) : error C2228: left of '.call' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(257) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(257) : error C2228: left of '.sc1' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(258) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(258) : error C2228: left of '.sc2' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(259) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(259) : error C2228: left of '.sc3' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(260) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(260) : error C2228: left of '.sc4' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(261) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(261) : error C2228: left of '.sc5' must have class/struct/union
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(263) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(263) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(263) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(263) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(264) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(264) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(264) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(264) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(265) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(265) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(265) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(265) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(266) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(266) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(266) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(266) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(267) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(267) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(267) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(267) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(268) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(268) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(268) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(268) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(269) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(269) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(269) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(269) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(270) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(270) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(270) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(270) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(271) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(271) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(271) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(271) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(272) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(272) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(272) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(272) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(273) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(273) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(273) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(273) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(274) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(274) : error C2227: left of '->next' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(274) : error C2065: 'p' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(274) : error C2227: left of '->next' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(275) : error C2065: 'p' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(275) : error C2227: left of '->next' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(275) : error C2065: 'stu' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(278) : error C2065: 'p' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(278) : error C2065: 'p' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(278) : error C2227: left of '->next' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>f:\mypro\c ++thinking\luntan\first.cpp(288) : warning C4091: '' : ignored on left of '<unnamed-type-classs> [4]' when no variable is declared
1>f:\mypro\c ++thinking\luntan\first.cpp(288) : error C2143: syntax error : missing ';' before '['
1>f:\mypro\c ++thinking\luntan\first.cpp(288) : error C2337: 'a' : attribute not found
1>f:\mypro\c ++thinking\luntan\first.cpp(288) : error C2143: syntax error : missing ';' before '.'
1>f:\mypro\c ++thinking\luntan\first.cpp(291) : error C2296: '*' : illegal, left operand has type 'void (__cdecl *)(void)'
1>f:\mypro\c ++thinking\luntan\first.cpp(291) : error C2297: '*' : illegal, right operand has type 'student *'
1>f:\mypro\c ++thinking\luntan\first.cpp(291) : error C2062: type 'int' unexpected
1>f:\mypro\c ++thinking\luntan\first.cpp(292) : error C2143: syntax error : missing ';' before '{'
1>f:\mypro\c ++thinking\luntan\first.cpp(295) : error C2065: 'a' : undeclared identifier
1>f:\mypro\c ++thinking\luntan\first.cpp(295) : error C2275: 'classs' : illegal use of this type as an expression
1>        f:\mypro\c ++thinking\luntan\first.cpp(49) : see declaration of 'classs'
1>f:\mypro\c ++thinking\luntan\first.cpp(295) : error C2228: left of '.num' must have class/struct/union
1>f:\mypro\c ++thinking\luntan\first.cpp(295) : fatal error C1003: error count exceeds 100; stopping compilation
1>Build log was saved at "file://f:\MYpRO\C ++thinking\luntan\Debug\BuildLog.htm"
1>luntan - 102 error(s), 12 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
2010-12-11 23:28
laoyang103
Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19Rank: 19
来 自:内蒙古包头
等 级:贵宾
威 望:19
帖 子:3082
专家分:11056
注 册:2010-5-22
收藏
得分:0 
不是我不想帮你改   你实在是写的太多了   
你可以自己一个一个类的改   不要这样把那么多代码粘到帖子上
没人愿意看的

                                         
===========深入<----------------->浅出============
2010-12-12 09:38
yuyouchun
Rank: 1
等 级:新手上路
帖 子:8
专家分:2
注 册:2010-9-9
收藏
得分:3 
同意楼上的看法!!
2010-12-14 21:31
快速回复:求助:成绩管理系统 改了半天 还是出错。。。
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.034950 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved