1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > c语言未定义main报错 C语言编译器的错误信息

c语言未定义main报错 C语言编译器的错误信息

时间:2022-07-10 17:45:59

相关推荐

c语言未定义main报错 C语言编译器的错误信息

该楼层疑似违规已被系统折叠隐藏此楼查看此楼

Notavalidexpressionformattype不合法的表达式格式

Notanallowedtype不允许使用的类型

Numericconstanttoolarge数值常太大

Outofmemory内存不够用

Parameter'xxx'isneverused能数xxx没有用到

Pointerrequiredonleftsideof->符号->的左边必须是指针

Possibleuseof'xxx'beforedefinition在定义之前就使用了xxx(警告)

Possiblyincorrectassignment赋值可能不正确

Redeclarationof'xxx'重复定义了xxx

Redefinitionof'xxx'isnotidenticalxx的两次定义不一致

Registerallocationfailure寄存器定址失败

Repeatcountneedsanlvalue重复计数需要逻辑值

Sizeofstructureorarraynotknown结构体或数给大小不确定

Statementmissing;语句后缺少";"

StructureorunionsyntaxerrorX构体或联合体语法错误

Structuresizetoolarge结构体尺寸太大

Subscriptingmissing]下标缺少右方括号

Superfluous&withfunctionorarray函数或数组中有多余的"&"

Suspiciouspointerconversion可疑的指针转换

Symbollimitexceeded符号超限

Toofewparametersincall函数调用时的实参少于函数的参数不

ToomanydefaultcasesDefault太多(switch语句中一个)

Toomanyerrororwarningmessages错误或警告信息太多

Toomanytypeindeclaration说明中类型太多

Toomuchautomemoryinfunction函数用到的局部存储太多

Toomuchglobaldatadefinedinfile文件中全局数据太多

Twoconsecutivedots两个连续的句点

Typemismatchinparameterxxx数xxx类型不匹配

Typemismatchinredeclarationof'xxx'xx重定义的类型不匹配

Unabletocreateoutputfile'xxx'无法建立输出文件xxx

Unabletoopenincludefile'xxx'无法打开被包含的文件xxx

Unabletoopeninputfile'xxx'无法打开输入文件xxx

Undefinedlabel'xxx'没有定义的标号xxx

Undefinedstructure'xxx'没有定义的结构xxx

Undefinedsymbol'xxx'没有定义的符号xxx

Unexpectedendoffileincommentstartedonlinexxx

从xxx行开始的注解尚未结束文件不能结束

Unexpectedendoffileinconditionalstartedonlinexxx从xxx

开始的条件语句尚未结束文件不能结束

Unknownassembleinstruction未知的汇编结构

Unknownoption未知的操作

Unknownpreprocessordirective:'xxx'不认识的预处理命令xxx

Unreachablecode无路可达的代码

Unterminatedstringorcharacterconstant字符串缺少引号

Userbreak用户强行中断了程序

VoidfunctionsmaynotreturnavalueVoid类型的函数不应有返回值

Wrongnumberofarguments调用函数的参数数目错

'xxx'notanargumentxxx不是参数

'xxx'notpartofstructurexxx不是结构体的一部分

xxxstatementmissing(xx语句缺少左括号

xxxstatementmissing)xxx语句缺少右括号

xxxstatementmissing;xxx缺少分号

xxx'declaredbutneverused说明了xxx但没有使用

xxx'isassignedavaluewhichisneverused给xxx赋了值但未用过

Zerolengthstructure结构体的长度为零

-出自百度贴吧C语言吧

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。