欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    2022年TC常见错误 .pdf

    • 资源ID:34267163       资源大小:49.26KB        全文页数:7页
    • 资源格式: PDF        下载积分:4.3金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要4.3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    2022年TC常见错误 .pdf

    tc 常见错误Ambiguous operators need parentheses 不明确的运算 ,需要用括号括起来Ambiguous symbol xxx 不明确的符号Argument list syntax error 参数表语法错误Array bounds missing 丢失数组界限符Array size too large 数组尺寸太大Bad character in parameters 参数中有不适当的字符Bad file name format in include directive 包含命令中文件名格式不正确Bad ifdef directive syntax 编译预处理 ifdef 有语法错误Bad ifndef directive syntax 编译预处理 ifndef 有语法错误Bad undef directive syntax 编译预处理 undef 有语法错误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 语法错误Case outside of switch Case 出现在switch 之外Case statement missing 漏掉了 Case 语句Case syntax error Case 语法错误Code has no effect 代码不可能执行到Compound statement missing 复合语句漏掉了 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 7 页 - - - - - - - - - Conflicting type modifiers 不明确的类型说明符Constant expression required 要求常量表达式Constant out of range in comparison 在比较中常量超出范围Conversion may lose significant digits 转换时会掉失有意义的数字Conversion of near pointer not allowed 不允许转换返指针Could not find file xxx 找不到 xxx 文件Declaration missing ; 说明缺少分号 ; Declaration syntax error 说明中出现语法错误Default outside of switch default 出现在 switch 语句之外Define directive needs an identifier 定义编译预处理需要标识符Division by zero 用零作除数Do statement must have while do-while 语句中缺少 while 部分Enum syntax error 枚举类型语法错误Enumeration constant syntax error 枚举常数语法错误Error directive: xxx 错误的编译预处理命令Error writing output file 写输出文件错误Expression syntax error 表达式语法错误Extra parameter in call 调用时出现多余错误File name too long 文件名太长Function call missing ) 函数调用缺少右括号Function definition out of place 函数定义位置错误Function should return a value 函数返回一个值名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 7 页 - - - - - - - - - Goto statement missing label goto 语句没有标号Hexadecimal or octal constant too large 16 进制或 8 进制常数太大Illegal character x 非法字 x Illegal initialization 非法的初始化Illegal octal digit 非法的 8 进制数字Illegal pointer subtraction 非法的指针相减Illegal structure operation 非法的结构体操作Illegal use of pointer 指针使用非法Improper use of a typedef symbol 类型符号定义使用不恰当In-line assembly not allowed 不允许使用行间汇编Incompatible storage class 存储类别不相容Incompatible type conversion 不相容的类型转换Incorrect number format 错误的数据格式Incorrect use of default default 使用不正确Invalid indirection 无效的间接运算Invalid pointer addition 指针相加无效Irreducible expression tree 无法执行的表达式运算Lvalur required 需要逻辑值 (0 或非 0 值) Macro argument syntax error 宏参数语法错误Macro expansion too long 宏的扩展以后太长Mismatched number of parameters in definition 定义中参数个数不匹配名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 7 页 - - - - - - - - - Misplaced break 此处不应出现 break语句Misplaced continue 此处不应出现 continue 语句Misplaced decimal point 此处不应出现小数点Misplaced elif directive 此处不应出现编译预处理elif Misplaced else 此处不应出现 else Misplaced else directive 此处不应出现编译预处理else Misplaced endif directive 此处不应出现编译预处理endif Must be addressable 必须是可以编址的Must take address of memory location 必须存储定位的地址No declaration for function xxx 没有函数xxx 的说明No stack 缺少堆栈No type information 没有类型信息Non-portable pointer assignment 不可移动的指针 (地址常数 )赋值Non-portable pointer comparison 不可移动的指针 (地址常数 )比较Non-portable pointer conversion 不可移动的指针 (地址常数 )转换Not a valid expression format type 不合法的表达式格式Not an allowed type 不允许使用的类型Numeric constant too large 数值常数太大Out of memory 内存不够用Parameter xxx is never used 参数 xxx 没有用到Pointer required on left side of - - 符号的左边必须是指针Possible use of xxx before definition 在定义之前就使用了xxx(警告) 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 7 页 - - - - - - - - - Possibly incorrect assignment 赋值可能不正确Redefinition of xxx is not identical xxx 的两次定义不一致Register allocation failure 寄存器定址失败Repeat count needs an lvalue 重复计数需要逻辑值Size of structure or array not known 结构体或数组的大小不确定Statement missing ; 语句后缺少 ; Structure or union syntax error 结构体或联合体语法错误Structure size too large 结构体的尺寸太大Subscripting missing 下标缺少右方括号Superfluous &with function or array 函数或数组中有多余的 & Suspicious pointer conversion 可疑的指针转换Symbol limit exceeded 符号超限Too few parameters in call 函数调用时的实参少于函数的参数Too many error or warning messages 错误或警告信息太多Too much auto memory in function 函数中用到的局部存储太多Too much global data defined in file 文件中全局数据太多Too consecutive dots 两个连续的句点Type mismatch in parameter xxx 参数 xxx 类型不匹配Type mismatch in redeclaration of xxx xxx 重定义时的类型不匹配Unable to create output file xxx 无法建立输出文件xxx Unable to open include file xxx 无法打开被包容的文件xxx Bit field too large 位字段太长名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 7 页 - - - - - - - - - Unable to open input file xxx 无法打开输入文件xxx Undefined label xxx 没有定义的标号xxx Undefined structure xxx 没有定义的结构xxx Undefined symbol xxx 没有定义的符号xxx Unexpected end of file in comment started on line xxx 从 xxx 行开始的注解尚未结束,文件不能结束Unexpected end of file in conditional started on line xxx 从 xxx 行开始的条件语句尚未结束,文件不能结束Unknown assembler instruction 未知的汇编结构Unknown option 未知的操作Unknown preprocessor directive: xxx 不认识的预处理命令xxx Unreachable code 无法到达的代码Unterminated string or character constant 字符串缺少引号User break 用户强行中断了程序Void functions may not return a value void 类型的函数不应有返回值Wrong number off arguments 调用函数时参数数目错xxx not an argument xxx 不是参数xxx not part of structure xxx 不是结构体的一部分xxx statement missing ( xxx 语句缺少左括号xxx statement missing ) xxx 语句缺少右括号xxx statement missing ; xxx 语句缺少分号xxx declared but never used 说明了 xxx ,但没有使用名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 7 页 - - - - - - - - - xxx is assigned a value which is never used 给 xxx 赋了值,但未用过Zero length structure 结构体的长度为零名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 7 页 - - - - - - - - -

    注意事项

    本文(2022年TC常见错误 .pdf)为本站会员(Che****ry)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开