·请c++大师帮助!!!我这个程序总是编译不通过,请帮忙修改(2)

来源:百度知道 编辑:UC知道 时间:2024/05/30 07:44:58
错误提示如下 程序代码在我前一个名字相同的提问里 谢谢大虾了 我迁移个提问有50的积分悬赏 回答在前面也行
--------------------Configuration: linklist - Win32 Debug--------------------
Compiling...
linklist.cpp
error C2228: left of '.data' must have class/struct/union type
error C2440: '=' : cannot convert from 'LNode *' to 'struct lnode *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
error C2065: 'LinkList' : undeclared identifier
error C2146: syntax error : missing ')' before identifier 'L'
warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
error C2059: syntax error : ')'
error C2143: syntax error : missing ';' before '{'
error C2447: missing function header (old-style formal list?)
error C2146: syntax error : missing ')' before identifier 'L'
err

关于你的第一个问题我已经回答了,一些大小写错误,如需要同样是linklist或LinkList,另外一些没有定义如:ERROR,OK,特别是没有定义Status。整个程序不完整。