我用vs2010编写c++的时候指示说#include<iostream.h>找不到源文件?

2024-12-01 10:58:46
推荐回答(4个)
回答1:

VS2010下没有iostream.h这个文件夹,你把这句话改成
#include
using namespace std;
就可以编译通过了

回答2:

vs2010 iostream。h早都没了。。

回答3:

#include "stdafx.h"
#include
using namespace std;

回答4:

或许 是你的 环境参数 目录 什么的 被 破坏 了