欢迎来到天天文库
浏览记录
ID:57586417
大小:31.00 KB
页数:9页
时间:2020-08-27
《C语言编程时的错误提示(按字母顺序).doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、C语言编程时的错误提示(按字母顺序)Ambiguousoperatorsneedparentheses不明确的运算,需要用括号括起来Ambiguoussymbol'xxx'不明确的符号Argumentlistsyntaxerror参数表语法错误Arrayboundsmissing丢失数组界限符Arraysizetoolarge数组尺寸太大Badcharacterinparameters参数中有不适当的字符Badfilenameformatinincludedirective包含命令中文件名格式不正确Badifdefdirectivesyntax编译预处理ifdef有语法错误Badifndef
2、directivesyntax编译预处理ifndef有语法错误Badundefdirectivesyntax编译预处理undef有语法错误Callofnon-function调用未定义的函数Calltofunctionwithnoprototype调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象CaseoutsideofswitchCase出现在switch之外Casestatementmissing漏掉了Case语句CasesyntaxerrorCase语法错误CaseoutsideofswitchCase出现在switch之外Casestatem
3、entmissing漏掉了Case语句CasesyntaxerrorCase语法错误Codehasnoeffect代码不可能执行到Compoundstatementmissing}复合语句漏掉了"}"Conflictingtypemodifiers不明确的类型说明符Constantexpressionrequired要求常量表达式Constantoutofrangeincomparison在比较中常量超出范围Conversionmaylosesignificantdigits转换时会掉失有意义的数字Conversionofnearpointernotallowed不允许转换返指针Couldn
4、otfindfile'xxx'找不到xxx文件Declarationmissing;说明缺少分号";"Declarationsyntaxerror说明中出现语法错误Defaultoutsideofswitchdefault出现在switch语句之外Definedirectiveneedsanidentifier定义编译预处理需要标识符Divisionbyzero用零作除数Dostatementmusthavewhiledo-while语句中缺少while部分Enumsyntaxerror枚举类型语法错误Enumerationconstantsyntaxerror枚举常数语法错误Errordi
5、rective:xxx错误的编译预处理命令Errorwritingoutputfile写输出文件错误Expressionsyntaxerror表达式语法错误Extraparameterincall调用时出现多余错误Filenametoolong文件名太长Functioncallmissing)函数调用缺少右括号Functiondefinitionoutofplace函数定义位置错误Functionshouldreturnavalue函数返回一个值Gotostatementmissinglabelgoto语句没有标号Hexadecimaloroctalconstanttoolarge16进制或
6、8进制常数太大Illegalcharacter'x'非法字xIllegalinitialization非法的初始化Illegaloctaldigit非法的8进制数字Illegalpointersubtraction非法的指针相减Illegalstructureoperation非法的结构体操作Illegaluseofpointer指针使用非法Improperuseofatypedefsymbol类型符号定义使用不恰当In-lineassemblynotallowed不允许使用行间汇编Incompatiblestorageclass存储类别不相容Incompatibletypeconversi
7、on不相容的类型转换Incorrectnumberformat错误的数据格式Incorrectuseofdefaultdefault使用不正确Invalidindirection无效的间接运算Invalidpointeraddition指针相加无效Irreducibleexpressiontree无法执行的表达式运算Lvalurrequired需要逻辑值(0或非0值)Macroargumentsyntaxer
此文档下载收益归作者所有