fatal error: xxx.h: No such file or directory codeblocks 如何添加头文件
fatal error: xxx.h: No such file or directory codeblocks相信很多人再使用codeblocks的时候会发生如下的error,造成这样的原因是头文件加的不正确。例如下面的代码就会报错#include <iostream>#include <queue.h>using namespace std;int main(){ cout << "Hello world!" << endl;
原创
2020-12-28 19:12:15 ·
3350 阅读 ·
1 评论