C++不懂,求问高手

来源:百度知道 编辑:UC知道 时间:2024/05/11 01:22:07
\vc98\include\list.h(37) : error C2146: syntax error : missing ';' before identifier 'Length'
d:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'DWORD' : missing storage-class or type specifiers
d:\program files\microsoft visual studio\vc98\include\list.h(37) : error C2501: 'Length' : missing storage-class or type specifiers
d:\program files\microsoft visual studio\vc98\include\list.h(53) : error C2146: syntax error : missing ';' before identifier 'GetPrevLink'
d:\program files\microsoft visual studio\vc98\include\list.h(53) : error C2433: 'WINAPI' : 'inline' not permitted on data declarations
d:\program files\microsoft visual studio\vc98\include\list.h(53) : fatal error C1004: unexpected end of file found
77.cpp
f:\00\77.cpp(2) : fatal erro

按错误提示修改就好了呀。
比如:文件d:\program files\microsoft visual studio\vc98\include\list.h第37行末尾缺少分号“;”和第53行标示符“GetPrevLink”前缺少分号“;”。

把你的源代码发上来!