




已阅读5页,还剩3页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
熟记下列C语言编译软件常用英语词汇:function函数statement语句missing丢失error出错parameter参数illegal非法的invalid无效的pointer指针character字符array数组string字符串constant常量syntax语法argument参数type类型definition定义compile编译call调用symbol标识符(变量名等)declaration说明、声明致命错误:内部编译出错,编译立即停止1. Bad call of in-line function内部函数调用不当2. Irreducible expression tree不可约表达式树3. Register allocation failure存储器分配失败一般错误:语法错误、磁盘或内存存取错误或命令错误等,达到预定个数,编译停止1. #operator not followed macro argument name#运算符后无宏变量名2. xxxx not an argumentxxxx不是函数参数3. Ambiguous symbol xxxx二义性符号xxxx4. Argument # missing name参数#漏掉名5. Argument list syntax error参数表语法错6. Array bounds missing 数组界限漏掉7. Array size too large数组尺寸太大8. Assembler statement too long汇编语句太长9. Bad configuration file配置文件不当10. Bad file name format in include directiveinclude指令中文件名格式不当11. Bad ifdef directive syntaxifdef指令语法不当12. Bad ifndef directive syntaxifndef指令语法不当13. Bad undef directive syntaxundef指令语法不当14. Bad file size syntax文件尺寸语法不当15. Call of non-function调用的不是函数16. Cannot modify a const object不能修改常量对象17 Case outside of switchcase出现在switch外18. Case statement missingcase语句漏掉19. Case syntax errorcase语法错20. Characte constant too long字符常量太长21. Compound statement missing 复合语句漏掉22. Conflicting type modifiers类型修饰符冲突23. Constant expression required要求常量表达式24. Could not find xxxx.xxx找不到文件xxxx.xxx25. Declaring missing ;说明漏掉分号26. Declaration needs type or storage class说明需要类型或存储类27. Declaration syntax error说明语法错误28. Default outside of switchdefault出现在switch外29. Default directive needs an identifierdefault指令需要表识符30. Division by zero除031. Do statement must have whiledo语句必须有while32. Do-while statement missing (do-while语句漏掉(33. Do-while statement missing )do-while语句漏掉)34. Do-while statement missing ;do-while语句漏掉分号35. Duplicate casecase重复36. Enum syntax errorenum语法错37. Enumeration constant syntax error枚举常量语法错38. Error writing output file写输出文件错40. Expression syntax表达式语法错41. Extra parameter in call调用参数多余42. Extra parameter in call to xxxx调用函数xxxx时参数多余43. File name too long文件名太长44. For statement missing (for语句漏掉(45. For statement missing )for语句漏掉)46. For statement missing ;for语句漏掉分号47. Function call missing )函数调用漏掉)48. Function definition out of place函数定义位置错49. Function doesnt take a variable number of argument函数不接受可变的参数数目50. Goto statement missing labelgoto语句漏掉标号51. If statement missing (if语句漏掉(52. If statement missing )if语句漏掉)53. Illegal character ( (0xxx)非法字符(0xxx)54. Illegal initialization非法初始化55. Illegal octal digit非法八进制数字56. Illegal pointer subtraction非法指针相减57. Illegal structure operation非法结构操作58. Illegal use of floating point非法使用浮点59. Illegal use of pointer非法使用指针60. Improper use of a typedef symboltypedef符号使用不当61. In-line assembly not allowed内部汇编不允许62. Incompatible storage class不兼容存储类63. Incompatible type conversion不兼容类型转换64. Incorrect command line argument: xxxx不正确的命令行参数xxxx65. Incorrect configuration file argument: xxxx不正确的配置文件参数xxxx66. Incorrect number format不正确的数据格式67. Incorrect number use of default不正确使用default68. Initializer syntax error初始化语法错69. Invalid indirection无效间接运算70. Invalid macro argument separator无效宏参数分隔符71. Invalid pointer addition无效指针相加72. Invalid use of dot.用错74. Lvalue required要求左边变量75. Macro argument syntax error宏参数语法错76. Macro expansion too long宏扩展太长77. May compile only one file when an output file name is given给出一个输出文件名时只能编译一个文件78. Mismatch number of parameters in definition定义中参数数目不匹配79. Misplace breakbreak位置错80. Misplaced continuecontinue位置错81. Misplaced decimal point小数点位置错82. Misplaced elseelse位置错83. Misplaced elif directiveelif指令位置错84. Misplaced else directiveelse指令位置错85. Misplace endif directiveendif指令位置错86. Must be addressable必须是可寻址的87. Must take address of memory location必须接受内存地址88. No file name ending无文件名终止符89. No file name given未给出文件名90. Non-portable pointer assignment不可移植指针赋值91. Non-portable pointer comparison不可移植指针比较92 Non-portable return type conversion不可移植返回类型转换93. Not an allowed type非允许类型94. Out of memory内存不够95. Pointer required on left side op操作符左边要求指针96. Redeclaratoin of xxxxxxxx重定义97. Size of structure or array not known结构或数组尺寸未知98. Statement missing ;语句漏掉分号99. Structure or union syntax error结构体或共用体语法错100. Structure size too large结构体尺寸太大101. Subscripting missing 下标漏掉102. Switch statement missing (switch语句漏掉(103. Switch statement missing )switch语句漏掉)104. Too few parameters in call调用时参数太少105. Too few parameters in call to xxxx调用函数xxxx时参数太少106. Too many casescase太多107. Too many decimal points小数点太多108. Too many default casesdefault太多109. Too many exponents阶码太多110. Too many initializers初始化太多111. Too many storage classes in declaration说明中存储类太多112. Too many types in declaration说明中类型太多113. Too much auto memory in function函数中自动存储太多114.Too much code defined in file文件定义的代码太多115. Too much global data defined in file文件中定义的全局数据太多116. Two consecutive dots两个连续的.117. Type mismatch in parameter #参数#类型不匹配118. Type mismatch in parameter # in call to xxxx调用函数xxxx时参数#类型不匹配119. Type mismatch in parameter xxxx参数xxxx类型不匹配120. Type mismatch in parameter xxxx in call to yyyy调用函数yyyy时参数xxxx类型不匹配121. Type mismatch in redeclaration of xxxxxxxx重定义时类型不匹配122. Unable to create output file xxxx.xxx无法建立输出文件xxxx.xxx123. Unable to create turboc.link无法建立turboc.link124. Unable to execute command xxxx无法执行命令xxxx125. Unable to open include file xxxx.xxx无法打开include文件xxxx.xxx126. Unable to open input file xxxx.xxx无法打开输入文件xxxx.xxx128. Undefined structure xxxx结构xxxx未定义129. Undefined symbol xxxx符号xxxx未定义130. Unexpected end of file in comment started on line #文件在注释行#中意外结束131. Unexpected end of file in conditional started on line #文件在条件语句#中意外结束132. Unknown preprocessor directive xxxx预处理指令xxxx未知133. Unterminated character constant字符常数未终结134. Unterminated string串未终结135. Unterminated string or character constant串或字符常数未终结136. User break用户中断137. While statement missing (while语句漏掉(138. While statement missing )while语句漏掉)139. Wrong number of argument in call to xxxx调用xxxx时参数数目错警告:可疑之处,编译继续1. xxxx declared but never usedxxxx说明了但未使用2. xxxx is assigned a value which is never usedxxxx赋了值但从未使用3. xxxxx not part of structurexxxx不是结构体的一部分4. Ambiguous operators need parentheses二义性运算符需要括号5. Both return and return of a value used既用了return又用了带值return6. Call to function without prototype调用函数无原型7. Call to function xxxx without prototype调用函数xxxx无原型8. Code has no effect代码无效9. Constant is long常量是long型10. Constant out of range in comparison比较时常量出界11. Conversion may lose significant digits转换可能丢失有效数字12. Function should return a value函数应返回数值13. Mixing pointers to signed and unsigned char混淆了signed char和unsigned char指针14. No
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 考点解析华东师大版7年级下册期末试卷附完整答案详解【名师系列】
- 解析卷-北师大版8年级数学上册期末试卷附参考答案详解(典型题)
- 职场个人成长课件
- 预销售合同模板
- 互联网时代的媒体传播
- 解析卷-人教版(五四制)6年级数学下册期末试卷及完整答案详解(必刷)
- 2025年皮肤科银屑病生物制剂治疗中感染风险防控模拟测验题答案及解析
- 2025年血液科 stem cell transplant 护理知识试题答案及解析
- 海水淡化工理论知识考核试卷及答案
- 铁合金炉外法冶炼工协作考核试卷及答案
- Magic Tree House 神奇树屋词汇大全
- 《心系国防 有你有我》国防教育主题班会课件
- 普通外科临床路径(2019年版)
- 教师工作法律风险防范省公开课金奖全国赛课一等奖微课获奖课件
- A类《职业能力倾向测验》2024年事业单位考试湘西土家族苗族自治州泸溪县统考试题含解析
- 渭南万泉330千伏变电站-雷家洼110千伏线路工程环境影响报告
- 新编文学理论课件
- 小学数学北师大版三年级下册递等式计算练习300题及答案
- 企业后勤安全管理培训课件
- 驾驶员安全教育三超一疲劳驾驶案例培训课件
- 港口码头安全培训
评论
0/150
提交评论