首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

请教:出现xxx.h : no such file or directory ,时,小弟我该怎么处理

2012-03-26 
请问:出现xxx.h : no such file or directory ,时,我该怎么办?我的程序中有includexxx.h。。。。。。编译时有x

请问:出现xxx.h : no such file or directory ,时,我该怎么办?
我的程序中有
include   <xxx.h>
。。。。。。


编译时有xxx.h   :   no   such   file   or   directory   错误,此时我该怎么办啊

我怎样才能将这个头文件加入到标准库去啊,或者怎样解决这一问题吧?

[解决办法]
C++都是标准库了吧, 没有.h
[解决办法]
qt4的话#include <qapplication>
编译:
qmake -project
qmake
make
试试看
[解决办法]
安装的时候那个头文件是指定到哪个目录下
编译时连接到那个文件目录下

热点排行