cainiao 发表于 2006-4-6 05:39

〖转帖〗C语言中常见得错误汉语解释

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

cainiao 发表于 2006-4-6 17:40

大一的新生学C的时候难道都会看的懂编译出来的英语错误信息吗?
那我就佩服你们了,看来你们英语很好啊,连这些专业英语都学好了,
如果不是的话,大一学C的同学应该来顶下啊

随风 发表于 2006-4-23 04:32

少江 我顶了
页: [1]
查看完整版本: 〖转帖〗C语言中常见得错误汉语解释