您的位置:首页 > 编程语言 > C语言/C++

C语言编译常见错误

2016-08-15 15:58 393 查看
1 error: #40: expected an identifier

重复定义


2 warning: #1-D: last line of file ends without a newline

最后一行回车后,新一行不能有空格等空字符

3 error #5:cannot open source input file "~~~~~~~~~~~~~.h",no such file or derectery

没有添加include路径

4 #223-D:function "~~~" declared implicitly
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: