- 6
- 0
- 约 12页
- 2017-06-21 发布于河南
- 举报
C语言命语法错误大全
fatal error C1004: unexpected end of file found
未找到文件末尾(可能是括号匹配问题)
fatal error C1021: invalid preprocessor command 1nclude
无效的编译预处理命令1nclude
fatal error C1083: Cannot open include file: stdi.h: No such file or directory
不能打开头文件stdi.h,文件或文件夹不存在
error C2101: on constant
不能计算常量的地址
error C2059: syntax error : while
在while附近,存在语法错误
error C2061: syntax error : identifier x
标识符x的附近,存在语法错误
error C2065: i : undeclared identifier
变量i未定义
error C2078: too many initializers
数组/结构等变量初始化时的数据太多
error C2087: Unknown : missing subscript
丢失数组下标
error C2106: = : left operand must be l-value
=的左侧应当是左值,即不能是常量
erro
原创力文档

文档评论(0)