在VS2012中使用#include就会报错,提示无法打开包括文件:“iostream.h”,但是用#include using namespace std;就没问题,想问问两者的区别。还有命名空间名有哪些
#include <iostream>