C语言报错整理大全
C语言错误代码及错误信息 错误释义error 1: Out of memory 内存溢出error 2: Identifier expected 缺标识符error 3: Unknown iden
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 类型不匹配 error27error27Invalidsubrangebasetype ::无效的子界基类型 error28Lowerboundgreaterthanupperbound :下界超过上界 error29Ordinaltypeexpected :缺有序类型 error30Integerconstantexpected :缺整型常量

