找个编译器找了几天了,凄惨~.大家救救我吧,小弟在此跪拜...
如题...本来家里网速就慢,还要下载那么大的东东,VC++下载下来后,抄了段书上的代码,提示"fatal error C1083: Cannot open include file: 'iostream': No such file or directory 执行 cl.exe 时出错."
怎么反复地改代码都不行,去百度问,也没解决...
后来右下了个Dev c++ ,运行又提示"工程未编译"
代码我绝对是从书上完整抄的:
#include <iostream>
int main()
{
using namespace std;
cout<<"come up and c++ me some time."<<endl;
return 0;
}
后来改成:<iostream.h> "iostream" "iostream.h"去掉:using namespace std;
反正是怎么改都不行...
我想大家都知道时间是宝贵的,现在已经两天了,我不想再在编译器上面花太多的时间,求求大家帮我解决下啊...