VS2010 C++中找不到iostream了怎么办

来源:互联网 发布:乱弹琴 知乎 编辑:程序博客网 时间:2024/05/29 03:17
http://stackoverflow.com/questions/4594292/vs-2010-error-cannot-open-file-iostream

VS 2010 error - cannot open file “iostream”

 
#include<iostream>using namespace std;这样就好了。