求高手 C语言程序中加一个插入函数 !!

我照着一本参考书上的插进一个 可是给我报了一个错
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(188) : error C2065: 'clrscr' : undeclared identifier
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(189) : error C2065: 'load' : undeclared identifier
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(193) : error C2065: 'input' : undeclared identifier
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(193) : error C2143: syntax error : missing ')' before ';'
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(194) : error C2061: syntax error : identifier 'printf_face'
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(195) : error C2065: 'printf_one' : undeclared identifier
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(202) : error C2039: 'ave' : is not a member of 'shebei'
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(16) : see declaration of 'shebei'
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(202) : error C2039: 'ave' : is not a member of 'shebei'
C:\Documents and Settings\Sicent\Local Settings\Temp\Rar$EX01.890\VC++6.0完整绿色版\Common\MSDev98\Bin\w.cpp(16) : see declaration of 'shebei'
.cpp(204) : error C2065: 's' : undeclared identifier
.cpp(204) : error C2679: binary '=' : no operator defined which takes a right-hand operand of type 'struct shebei' (or there is no acceptable con
version)
.cpp(208) : error C2660: 'save' : function does not take 1 parameters
.cpp(209) : error C2065: 'printf_back' : undeclared identifier
cpp(211) : error C2143: syntax error : missing ')' before '!'
.cpp(211) : error C2059: syntax error : '='
.cpp(211) : error C2059: syntax error : ')'
cpp(213) : error C2143: syntax error : missing ';' before 'while'
cpp(214) : error C2143: syntax error : missing ';' before '}'
cpp(214) : error C2143: syntax error : missing ';' before '}'
.cpp(214) : error C2143: syntax error : missing ';' before '}'
cpp(217) : error C2143: syntax error : missing ';' before '{'
.cpp(217) : error C2447: missing function header (old-style formal list?)
执行 cl.exe 时出错.
w.obj - 1 error(s), 0 warning(s)

什么意思??!!

'save' : function does not take 1 parameters
save这个方法不带参数
'printf_back' : undeclared identifier
这个没定义函数你没定义
剩下的一大堆是语法错误,是要看看少输入了什么追问

我能把整个程序发给您 您能帮我改改吗!! C语言菜鸟一个!!真的很着急!!!

追答

我很久没写C语言了,问这些问题,去CSDN比较多人回答你!!

追问

CSDN是什么。。。。??

追答

论坛,比百度更多高手会帮你解决问题

温馨提示:答案为网友推荐,仅供参考
第1个回答  2011-12-21
把代码也贴出来呀追问

给个邮箱好吗
我给您发过去

第2个回答  2011-12-22
没有代码啊追问

能给我一个你的联系方式吗
我给你发过去

相似回答