Dev-c++ 编译不过啊 高人指点!!!

amstrongest 2003-03-14 11:09:18
#include <cassert>
#include "IntArray.h"
#include <iostream>
#include <algorithm>

////////////////////

上面是我的一个程序的头文件

但是编译不通过好象输入输出流文件出了N多的错误是什么原因啊?

设置的include也好象正确啊
...全文
36 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
whwjn 2003-03-14
  • 打赏
  • 举报
回复
在工具->编译环境->目录->包含文件->C++
中要加入下面的路径
C:\DevCpp\include\c++\mingw32
其中c:\devcpp是我这里dev-c++的安装路径。
另外
using namespace std;
amstrongest 2003-03-14
  • 打赏
  • 举报
回复
using namespace std;

也用了

后来用了个好简单的程序也不行啊!

44 c:\Dev-Cpp\include\c++\ios
In file included from c:/Dev-Cpp/include/c++/ios
hunterstar 2003-03-14
  • 打赏
  • 举报
回复
可以将 #include <cassert>
#include "IntArray.h"
放在后面试试看
Januarius_ 2003-03-14
  • 打赏
  • 举报
回复
using namespace std;

69,368

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧