2024年4月28日发(作者:)
C语言出错解释汇编
ous operators need parentheses
不明确的运算需要用括号括起
ous symbol ’’xxx’’
不明确的符号
nt list syntax error
参数表语法错误
bounds missing
丢失数组界限符
size toolarge
数组尺寸太大
character in paramenters
参数中有不适当的字符
file name format in include directive
包含命令中文件名格式不正确
ifdef directive synatax
编译预处理ifdef有语法错
undef directive syntax
编译预处理undef有语法错
field too large
位字段太长
of non-function
调用未定义的函数
to function with no prototype
调用函数时没有函数的说明
modify a const object
不允许修改常量对象
outside of switch
漏掉了case 语句
syntax error
Case 语法错误
has no effect
代码不可述不可能执行到
nd statement missing{
分程序漏掉"{"
cting type modifiers
不明确的类型说明符
nt expression required
要求常量表达式
nt out of range in comparison
在比较中常量超出范围
sion may lose significant digits
转换时会丢失意义的数字
sion of near pointer not allowed
不允许转换近指针
not find file ’’xxx’’
找不到XXX文件
ation missing ;
说明缺少";"
ation syntax error
说明中出现语法错误
t outside of switch
Default 出现在switch语句之外
directive needs an identifier
定义编译预处理需要标识符
on by zero
用零作除数
statement must have while
Do-while语句中缺少while部分
syntax error
枚举类型语法错误
ation constant syntax error
枚举常数语法错误
directive :xxx
错误的编译预处理命令
writing output file
写输出文件错误
sion syntax error
表达式语法错误
parameter in call
调用时出现多余错误
name too long
文件名太长
on call missing )
函数调用缺少右括号
n definition out of place
函数定义位置错误
n should return a value
函数必需返回一个值
statement missing label
Goto语句没有标号
cimal or octal constant too large
16进制或8进制常数太大
l character ’’x’’
非法字符x
l initialization
非法的初始化
l octal digit
发布者:admin,转转请注明出处:http://www.yc00.com/news/1714235534a2407552.html
评论列表(0条)