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 不允许修改常量对象
truncated class file翻译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 语句中掉了分号
Duplicate Case Case 情况不唯一
Enum syntax error 枚举类型语法错误
Enumeration constant syntax error 枚举常数语法错误
Error directive :xxx 错误的编译预处理命令
Error writing output file 写输出文件错误
Expression syntax error 表达式语法错误
Extra parameter in call 调用时出现多余参数
Extra parameter in call to xxxxxx 调用 xxxxxxxx 函数时出现了多余参数
For statement missing ) For 语名缺少 ")"
For statement missing( For 语句缺少 "("
For statement missing; For 语句缺少 " ; "
Function call missing ) 函数调用缺少右括号
Fuction definition out of place 函数定义位置错误
Fuction should return a value 函数必需返回一个值
Goto statement missing label Goto 语句没有标号
If statement missing( If 语句缺少 "("
If statement missing) If 语句缺少 ")"
Illegal character ''x'' 非法字符 x
Illegal initialization 非法的初始化
Illegal octal digit 非法的 8 进制数字
Illegal pointer subtraction 非法的指针相减
Illegal structure operation 非法的结构体操作
Illegal use of floating point 非法的浮点运算
Illegal use of pointer 指针使用非法
Improper use of a typedef symbol 类型定义符号使用不恰当
Incompatible storage class 存储类别不相容
Incompatible type conversion 不相容的类型转换
Incorrect commadn line argument:xxxxxx 不正确的命令行参数: xxxxxxx
Incorrect commadn file argument:xxxxxx 不正确的配置文件参数:
xxxxxxx Incorrect number format 错误的数据格式
Incorrect use of default Default 使用不当
Initializer syntax error 初始化语法错误
Invalid indirection 无效的间接运算
Invalid macro argument separator 无效的宏参数分隔符
Invalid pointer addition 指针相加无效
Irreducible expression tree 无法执行的表达式运算
Invalid use of dot 点使用错
Lvalue required is assigned a value 需要逻辑值 0 或非 0 值
Macro argument syntax error 宏参数语法错误
Macro expansion too long 宏的扩展太长
Mismatched number of parameters in definition 定义中参数个数不匹配
Misplaced break 此处不应出现 break 语句
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论