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 重量不能是文件或对象error2