首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C语言 >

Cannot open include file: 'sample.h': No such file or directory,该如何解决

2012-03-02 
Cannot open include file: sample.h: No such file or directory出现这问题,按字面理解意思是当前目录

Cannot open include file: 'sample.h': No such file or directory
出现这问题,按字面理解意思是当前目录下没有此文件。可的确存在,不知道是什么原因。请高手指点

[解决办法]
.h放到.c相同目录,或者设置包含路径

热点排行