Chinaunix首页 | 论坛 | 博客
  • 博客访问: 795906
  • 博文数量: 455
  • 博客积分: 9776
  • 博客等级: 中将
  • 技术积分: 5870
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-19 23:23
文章分类

全部博文(455)

文章存档

2011年(455)

分类: C/C++

2011-04-25 22:06:10

Ambiguous operators need parentheses
    不明确的运算需要用括号括起

    Ambiguous symbol ''xxx''
    不明确的符号

    Argument list syntax error
    参数表语法错误

    Array bounds missing
    丢失界限符

    Array size toolarge
    数组尺寸太大

    Bad character in paramenters
    参数中有不适当的字符

    Bad file name format in include directive
    包含命令中名格式不正确

    Bad ifdef directive synatax
    编译预处理ifdef有语法错

    Bad undef directive syntax
    编译预处理undef有语法错

    Bit field too large
    位字段太长

    Call of non-function
    调用未定义的

    Call to function with no prototype
    调用函数时没有函数的说明

    Cannot modify a const object
    不允许修改常量对象

    Case outside of switch
    漏掉了case 语句

    Case syntax error
    Case 语法错误

    Code has no effect
    代码不可述不可能执行到

    Compound statement missing{
    分漏掉"{"

    Conflicting type modifiers
    不明确的类型说明符

    Constant expression required
    要求常量
阅读(265) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~