欢迎来到天天文库
浏览记录
ID:34415859
大小:33.66 KB
页数:4页
时间:2019-03-05
《c语言中常见的错误》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、."c"notanargumentinfunctionsum该标识符不是函数的参数2.arrayboundsmissing]infunctionmain缺少数组界限符"]"3.Arraysizetoolargeinfunctionmain数组规模太大4.badfilenameformatinincludedirective在包含指令中的文件名格式不正确.5.Callofnon-functioninfunctionmain调用未经过定义的函数.6.cannotmodifyaconstobjectinfunctionm
2、ain对常量不能进行修改.7.characterconstanttoolonginfunctionmain字符常量太大8.constantexpressionrequiredinfuntionmain数组定义的时候,数组大小要求是常数9.compoundstatmentmissing}infunctionmain复合语句漏掉符号"{"10.declarationsyntaxerrorinfunctionmain宣告语法错误11.expressionsyntaxinfunctionmain表达式语法错误12.extr
3、aparameterincalltosuminfunction调用函数时使用了过多的参数13.illegaluseoffloatingpointinfunctionmain浮点数的不合法使用14.illegalpiontersubtractioninfunctionmain不合法的指针相减15.invalidpointeradditioninfunctionmain无效的指针相加16.outofmemoryinfunctionmain内存不足17.statementmissing;infunctionmain语句后
4、面漏掉分号.警告报错1."k"isassignedavaluewhichisneverused定义了一个变量,但程序从来没用过2.possibiyincorrectassignmentinfunctionmain这样的赋值可能不正确3.suspiciouspointerconversioninfunctionmain可疑的指针转换4.codehasnoeffectinfuntionmain代码对程序没效果Ambiguousoperatorsneedparentheses:不明确的运算需要用括号括起Ambiguous
5、symbol'xxx':不明确的符号Argumentlistsyntaxerror:参数表语法错误Arrayboundsmissing:丢失数组界限符Arraysizetoolarge:数组尺寸太大Badcharacterinparamenters:参数中有不适当的字符Badfilenameformatinincludedirective:包含命令中文件名格式不正确Badifdefdirectivesynatax:编译预处理ifdef有语法错Badundefdirectivesyntax:编译预处理undef有语法
6、错Bitfieldtoolarge:位字段太长Callofnon-function:调用未定义的函数Calltofunctionwithnoprototype:调用函数时没有函数的说明Cannotmodifyaconstobject:不允许修改常量对象Caseoutsideofswitch:漏掉了case语句Casesyntaxerror:Case语法错误Codehasnoeffect:代码不可述不可能执行到Compoundstatementmissing{:分程序漏掉"{"Conflictingtypemodif
7、iers:不明确的类型说明符Constantexpressionrequired:要求常量表达式Constantoutofrangeincomparison:在比较中常量超出范围Conversionmaylosesignificantdigits:转换时会丢失意义的数字Conversionofnearpointernotallowed:不允许转换近指针Couldnotfindfile'xxx':找不到XXX文件Declarationmissing;:说明缺少";"Declarationsyntaxerror:说明中
8、出现语法错误Defaultoutsideofswitch:Default出现在switch语句之外Definedirectiveneedsanidentifier:定义编译预处理需要标识符Divisionbyzero:用零作除数Dostatementmusthavewhile:Do-while语句中缺少while部分Enumsyntaxerror:枚举类型语
此文档下载收益归作者所有