file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ksohtml\wps_clip_image-16308.png C2450: Expected: ERROR] Description An unexpected token was found. Example void f(void); void main(void) { int i=f(void); // error: "void" is an unexpected keyword! } Tips Use a token listed in the error message. Check if you are using the right compiler language option. E.g. you may compile a file with C++ keywords, but are not compiling the file with C++ option set. Too many nested scopes file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ksohtml\wps_clip_image-2642.png file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ksohtml\wps_clip_image-1321.png 编译的时候,总是出现这个错误,查了以后,是上面的图说明的那样。依然不明白错误在哪里?朋友们,帮我顶一下哈,谢谢了file:///C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\ksohtml\wps_clip_image-26945.png
补充内容 (2013-2-2 16:23):
图发不上,,,,,只能放在word文档里了。。。。。 |