请问:出现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 
 试试看
------解决方案--------------------安装的时候那个头文件是指定到哪个目录下 
 编译时连接到那个文件目录下