C 语言报错整理大全C 语言错误代码及错误信息错误释义error1:Outofmemory 内存溢出error2:Identifierexpected 缺标识符error3:Unknownidentifier 未定义的标识符error4:Duplicateidentifier 重复定义的标识符error5:Syntaxerror 语法错误error6:Errorinrealconstant 实型常量错误error7:Errorinintegerconstant 整型常量错误error8:Stringconstantexceedsline 字 符 串常量超过一行error10:Unexpectedendoffile 文件非正常结束error11:Linetoolong 行太长error12:Typeidentifierexpected 未定义的类型标识符error13:Toomanyopenfiles 打开文件太多error14:Invalidfilename 无效的文件名error15:Filenotfound 文件未找到error16:Diskfull 磁盘满error17:Invalidcompilerdirective 无效的编译命令error18:Toomanyfiles 文件太多error19:Undefinedtypeinpointerdef 指 针定义中未定义类型error20:Variableidentifierexpected 缺变量标识符error21:Errorintype 类型错误error22:Structuretoolarge 结构类型太长error23:Setbasetypeoutofrange 集 合 基 类型越界error24:Filecomponentsmaynotbefilesorobjectsfile 重量不能是文件或对象error25:Invalidstringlength 无效的字符串长度error26:Typemismatch 类型不匹配error27:error27:Invalidsubrangebasetype 无效的子界基类型error28:Lowerboundgreaterthanupperbound 下界超过上界error29:Ordinaltypeexpected 缺有序类型error30:Integerconstantexpected 缺整型常量error31:Constantexpected 缺常量error32:Integerorrealconstantexpected缺整型或实型常量error33 : PointerTypeidentifierexpected缺指针类型标识符error34:Invalidfunctionresulttype 无效的函数结果类型error35:Labelidentifierexpected 缺标号标识符error36:BEGINexpected 缺 BEGINerror37:ENDexpected 缺 ENDerror38:Integerexpressionexpected 缺整型表达式error39:Ordinalexpressionexpected 缺有序类型表达式error40 : Booleanexpressionexpected 缺布尔表达式error41 : Operandtypesdonotmatch 操 作数类型不匹配error42:Errorinexpression 表达式错误error43:Illegalassignment 非法赋值error44:Fieldidentifierexpected 缺域标识符error45:Objectfiletoolarge 目标文件太大error46:Undefinedexternal 未定义的外部过程与函数error47 :...