欢迎来到天天文库
浏览记录
ID:41507052
大小:44.00 KB
页数:8页
时间:2019-08-26
《C++调试常见错误英汉翻译》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、C++调试出错提示英汉对照表·Ambiguousoperatorsneedparentheses-----------不明确的运算需要用括号括起Ambiguoussymbol''xxx''----------------不明确的符号Argumentlistsyntaxerror----------------参数表语法错误Arrayboundsmissing------------------丢失数组界限符Arraysizetoolarge-----------------数组尺寸太大Badcharacterinparamenters------------------参数中有不适当的字符B
2、adfilenameformatinincludedirective---------包含命令中文件名格式不正确Badifdefdirectivesynatax--------------------------编译预处理ifdef有语法错Badundefdirectivesyntax---------------------------编译预处理undef有语法错Bitfieldtoolarge----------------位字段太长Callofnon-function-----------------调用未定义的函数Calltofunctionwithnoprototype------
3、---------调用函数时没有函数的说明Cannotmodifyaconstobject---------------不允许修改常量对象Caseoutsideofswitch----------------漏掉了case语句Casesyntaxerror------------------Case语法错误Codehasnoeffect-----------------代码不可述不可能执行到Compoundstatementmissing{-------------------分程序漏掉"{"Conflictingtypemodifiers------------------不明确的类型说明
4、符Constantexpressionrequired----------------要求常量表达式Constantoutofrangeincomparison-------------在比较中常量超出范围Conversionmaylosesignificantdigits-----------转换时会丢失意义的数字Conversionofnearpointernotallowed---------不允许转换近指针Couldnotfindfile''xxx''-----------------------找不到XXX文件Declarationmissing;----------------说
5、明缺少";"houjiumingDeclarationsyntaxerror-----------------说明中出现语法错误Defaultoutsideofswitch------------------Default出现在switch语句之外Definedirectiveneedsanidentifier------------------定义编译预处理需要标识符Divisionbyzero------------------用零作除数Dostatementmusthavewhile------------------Do-while语句中缺少while部分Enumsyntaxerro
6、r---------------------枚举类型语法错误Enumerationconstantsyntaxerror-----------------枚举常数语法错误Errordirective:xxx------------------------错误的编译预处理命令Errorwritingoutputfile---------------------写输出文件错误Expressionsyntaxerror-----------------------表达式语法错误Extraparameterincall------------------------调用时出现多余错误Filename
7、toolong----------------文件名太长Functioncallmissing-----------------函数调用缺少右括号Fuctiondefinitionoutofplace------------------函数定义位置错误Fuctionshouldreturnavalue------------------函数必需返回一个值Gotostatementmissinglabel---
此文档下载收益归作者所有