c语言报错信息中英文对照

上传人:第*** 文档编号:33520157 上传时间:2018-02-15 格式:DOC 页数:7 大小:34KB
返回 下载 相关 举报
c语言报错信息中英文对照_第1页
第1页 / 共7页
c语言报错信息中英文对照_第2页
第2页 / 共7页
c语言报错信息中英文对照_第3页
第3页 / 共7页
c语言报错信息中英文对照_第4页
第4页 / 共7页
c语言报错信息中英文对照_第5页
第5页 / 共7页
点击查看更多>>
资源描述

《c语言报错信息中英文对照》由会员分享,可在线阅读,更多相关《c语言报错信息中英文对照(7页珍藏版)》请在金锄头文库上搜索。

1、C 语言报错信息中英文对照1 楼 发表于 2008-8-1 16:34 | 只看该作者 | 倒序看帖 | 打印 论坛等级规则一览表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包

2、含命令中文件名格式不正确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 errorCase 语法Code has no effect代不可

3、述不可能行到Compound statement missing分程序漏掉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 ;说明缺少;Decl

4、aration syntax error说明中出法Default outside of switchDefault 出在 switch 语句之外Define directive needs an identifier定理需要符Division by zero用零作除数Do statement must have whileDo-while 语句中缺少 while 部分Enum syntax error枚型法Enumeration constant syntax error枚常数法Error directive :xxx错误的理命令Error writing output file写出文件Exp

5、ression syntax error表达式法Extra parameter in call调用出多余File name too long文件名太Function call missing )函数用缺少右括号Fuction definition out of place函数定位置Fuction should return a value函数必需返回一个Goto statement missing labelGoto 语句没有号Hexadecimal or octal constant too large16 进制或 8 进制常数太大Illegal character x非法字符 xIlleg

6、al initialization非法的初始化Illegal octal digit非法的 8 进制数字Illegal pointer subtraction非法的指相减Illegal structure operation非法的构体操作Illegal use of floating point非法的浮点运算Illegal use of pointer指使用非法Improper use of a typedefsymbol类型定符号使用不恰当In-line assembly not allowed不允使用行Incompatible storage class存不相容Incompatible t

7、ype conversion不相容的型Incorrect number format错误的数据格式Incorrect use of defaultDefault 使用不当Invalid indirection无效的接运算Invalid pointer addition指相加无效Irreducible expression tree无法行的表达式运算Lvalue required需要 0 或非 0 值Macro argument syntax error宏参数法Macro expansion too long宏的展以后太Mismatched number of parameters in def

8、inition定中参数个数不匹配Misplaced break此不出 break 语句Misplaced continue此不出 continue 语句Misplaced decimal point此不出小数点Misplaced elif directive不理 elifMisplaced else此不出 elseMisplaced else directive此不出理 elseMisplaced endif directive此不出理 endifMust be addressable必是可以址的Must take address of memory location必存定位的地址No dec

9、laration 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

10、of memory内存不用Parameter xxx is never used能数 xxx 没有用到Pointer required on left side of -符号-的左必是指Possible use of xxx before definition在定之前就使用了 xxx(警告)Possibly incorrect assignment赋值可能不正确Redeclaration of xxx重定了 xxxRedefinition of xxx is not identicalxxx 的两次定不一致Register allocation failure寄存器定址失Repeat coun

11、t needs an lvalue重数需要Size of structure or array not known结构体或数大小不确定Statement missing ;语句后缺少;Structure or union syntax error结构体或合体法Structure size too large结构体尺寸太大Sub scripting missing 下缺少右方括号Superfluous & with function or array函数或数中有多余的&Suspicious pointer conversion可疑的指Symbol limit exceeded符号超限Too fe

12、w parameters in call函数用的参少于函数的参数不Too many default casesDefault 太多(switch 语句中一个)Too many error or warning messages错误或警告信息太多Too many type in declaration说明中型太多Too much auto memory in function函数用到的局部存太多Too much global data defined in file文件中全局数据太多Two consecutive dots两个的句点Type mismatch in parameter xxx参数

13、 xxx 类型不匹配Type mismatch in redeclaration of xxxxxx 重定的型不匹配Unable to create output file xxx无法建立出文件 xxxUnable to open include file xxx无法打被包含的文件 xxxUnable to open input file xxx无法打入文件 xxxUndefined label xxx没有定的号 xxxUndefined structure xxx没有定的构 xxxUndefined symbol xxx没有定的符号 xxxUnexpected end of file in

14、comment started on line xxx从 xxx 行始的注解尚未束文件不能束Unexpected end of file in conditional started on line xxx从 xxx 开始的条件句尚未束文件不能束Unknown assemble instruction未知的构Unknown option未知的操作Unknown preprocessor directive: xxx不的理命令 xxxUnreachable code无路可达的代Unterminated string or character constant字符串缺少引号User break强用

15、行中断了程序Void functions may not return a valueVoid 类型的函数不有返回Wrong number of arguments调用函数的参数数目xxx not an argumentxxx 不是参数xxx not part of structurexxx 不是构体的一部分xxx statement missing (xxx 语句缺少左括号xxx statement missing )xxx 语句缺少右括号xxx statement missing ;xxx 缺少分号xxx declared but never used说明了 xxx 但没有使用xxx is assigned a value which is never used给 xxx 赋了但未用Zero length structure结构体的度零

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 办公文档 > 解决方案

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号