麻烦看一下下面的VC++程序出错是什么意思。实在看不懂(中间相同的一类我就删了,要不传不上来)

--------------------Configuration: eluosi - Win32 Debug--------------------
Compiling...
main.cpp
d:\新学期\eluosi\hanshu.cpp(483) : error C2446: '==' : no conversion from 'const int' to 'int *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
d:\新学期\eluosi\hanshu.cpp(483) : error C2040: '==' : 'int [32]' differs in levels of indirection from 'const int'
d:\新学期\eluosi\main.cpp(7) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(17) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(18) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(19) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(20) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(21) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(22) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(24) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(25) : error C2143: syntax error : missing ';' before '{'
d:\新学期\eluosi\main.cpp(26) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(27) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(27) : error C2143: syntax error : missing ';' before '{'
d:\新学期\eluosi\main.cpp(27) : error C2143: syntax error : missing ';' before '}'
d:\新学期\eluosi\main.cpp(29) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(30) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(32) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(33) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(35) : error C2143: syntax error : missing ';' before 'PCH creation point'

d:\新学期\eluosi\main.cpp(101) : error C2143: syntax error : missing ';' before 'PCH creation point'
d:\新学期\eluosi\main.cpp(103) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

main.obj - 63 error(s), 0 warning(s)

很明显'PCH creation point' 是个不可识别的标识符,意思就是它没有被定义过 仔细找找看看哪里出错了
温馨提示:答案为网友推荐,仅供参考
第1个回答  2008-09-02
把代码传上来
第2个回答  2008-09-02
没有“;”号
相似回答