C语言常见错误信息

时间:2017-03-17 09:50:28
【文件属性】:
文件名称:C语言常见错误信息
文件大小:37KB
文件格式:DOC
更新时间:2017-03-17 09:50:28
C语言   下面列出的是一些常见的出错信息,其中包括编译、连接和运行时的错误及警告提示信息。      Argument list syntax error参数表语法错误   Argument 1 missing name参数1漏了名字(只写了类型)   Array bounds missing漏掉了数组的界限符‘[’或‘]’   Array size too large数组长度太大   Bad character in parameters参数中含有不合适的字符   Bad filename format in include directive包含命令中文件名格式不正确   Call of non function 调用未定义的函数   Call to function with no prototype调用函数时没有声明函数原型   Cannot modify a const object不允许修改常量对象   Case outside of switch case超出了switch语句的范围           

网友评论