2024年4月2日发(作者:)
TC常见错误提示解释
Argument # missing name 参数 # 名丢失
Argument list syntax error 参数表语法错误
Array bounds missing 丢失数组界限符
Bad character in paramenters 参数中有不适当的字符
Bad file name format in include directive 包含命令中文件名格式不正确
Call of non-function 调用未定义的函数
Call to function with no prototype 调用函数时没有函数的说明
Cannot modify a const object 不允许修改常量对象
Case outside of switch Case 出现在 switch 外
Case statement missing Case 语句漏掉
Case syntax error Case 语法错误
Character constant too long 字符常量太长
Compound statement missing{ 分程序漏掉 "{"
Conflicting type modifiers 不明确的类型说明符
Constant expression required 要求常量表达式
Declaration missing 说明缺少 " ; "
Declaration needs type or storage class说明必须给出类型或存储类
Declaration syntax error 说明中出现语法错误
Default outside of switch Default 出现在 switch
语句之外
Define directive needs an identifier 编译预处理指令 Define 需要标识
符
Division by zero 用零作除数
Do statement must have while Do-while 语句中缺少 while 部分
DO while statement missing ( Do while 语句中漏掉了符号 "("
Do while statement missing ; Do while 语句中掉了分号
发布者:admin,转转请注明出处:http://www.yc00.com/web/1712038771a1994878.html
评论列表(0条)