fetal error
小弟在运行下列代码时发生如下错误,不知道怎么办,请大虾指教^__^
#include<iostream>
void main()
{
cout<<std::setw(5)<<"ikl";
}
// OBJECTS 在Iostream中
static ios_base::Init _Ios_init;//<----此行???
extern _CRTIMP istream cin;
extern _CRTIMP ostream cout;
extern _CRTIMP ostream cerr, clog;
Deleting intermediate files and output files for project 'C++ - Win32 Debug'.
--------------------Configuration: C++ - Win32 Debug--------------------
Compiling...
C++.cpp
e:\program files\microsoft visual studio\vc98\include\iostream(16) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Error executing cl.exe.
C++.exe - 1 error(s), 0 warning(s)