#include "stdafx.h"
#include <iostream.h>
#include <iomainp.h>
void main()
{
cout<<setw(2)<<43<<endl<<setw(4)<<43<<endl;
}
调试后提示 1>c:\documents and settings\administrator\my documents\visual studio 2008\projects\hedd\hedd\hedd.cpp(2) : fatal error C1083: 无法打开包括文件:“iostream.h”: No such file or
需要怎么改才能运行?