欢迎来到天天文库
浏览记录
ID:37910373
大小:44.50 KB
页数:11页
时间:2019-06-02
《C语言常见的编译错误》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、C语言常见的编译错误C语言学习 2007-09-0919:46 阅读191 评论0 字号:大大 中中 小小Ambiguousoperatorsneedparentheses不明确的运算需要用括号括起Ambiguoussymbol'xxx'不明确的符号Argumentlistsyntaxerror参数表语法错误Arrayboundsmissing丢失数组界限符Arraysizetoolarge数组尺寸太大Badcharacterinparamenters参数中有不适当的字符Badfilenameformatinincludedirec
2、tive包含命令中文件名格式不正确Badifdefdirectivesynatax编译预处理ifdef有语法错Badundefdirectivesyntax编译预处理undef有语法错Bitfieldtoolarge位字段太长Callofnon-function调用未定义的函数Calltofunctionwithnoprototype调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象Caseoutsideofswitch漏掉了case语句CasesyntaxerrorCase语法错误Codehasnoeffect代码
3、不可述不可能执行到Compoundstatementmissing{分程序漏掉"{"Conflictingtypemodifiers不明确的类型说明符Constantexpressionrequired要求常量表达式Constantoutofrangeincomparison在比较中常量超出范围Conversionmaylosesignificantdigits转换时会丢失意义的数字Conversionofnearpointernotallowed不允许转换近指针Couldnotfindfile'xxx'找不到XXX文件Declaratio
4、nmissing;说明缺少";"Declarationsyntaxerror说明中出现语法错误DefaultoutsideofswitchDefault出现在switch语句之外Definedirectiveneedsanidentifier定义编译预处理需要标识符Divisionbyzero用零作除数DostatementmusthavewhileDo-while语句中缺少while部分Enumsyntaxerror枚举类型语法错误Enumerationconstantsyntaxerror枚举常数语法错误Errordirective:xxx错误的编译预
5、处理命令Errorwritingoutputfile写输出文件错误Expressionsyntaxerror表达式语法错误Extraparameterincall调用时出现多余错误Filenametoolong文件名太长Functioncallmissing)函数调用缺少右括号Fuctiondefinitionoutofplace函数定义位置错误Fuctionshouldreturnavalue函数必需返回一个值GotostatementmissinglabelGoto语句没有标号Hexadecimaloroctalconstanttoolarge16进制
6、或8进制常数太大Illegalcharacter'x'非法字符xIllegalinitialization非法的初始化Illegaloctaldigit非法的8进制数字Illegalpointersubtraction非法的指针相减Illegalstructureoperation非法的结构体操作Illegaluseoffloatingpoint非法的浮点运算Illegaluseofpointer指针使用非法Improperuseofatypedefsymbol类型定义符号使用不恰当In-lineassemblynotallowed不允许使
7、用行间汇编Incompatiblestorageclass存储类别不相容Incompatibletypeconversion不相容的类型转换Incorrectnumberformat错误的数据格式IncorrectuseofdefaultDefault使用不当Invalidindirection无效的间接运算Invalidpointeraddition指针相加无效Irreducibleexpressiontree无法执行的表达式运算Lvaluerequired需要逻辑值0或非0值Macroargumentsyntaxerror宏参数语法错误Macroexp
8、ansiontoolong宏的扩展以后太长Mismatchednu
此文档下载收益归作者所有