[求助]关于头文件iostream的错误。
运行一程序
错误如下:
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
发现在有的程序中用到下列语句就有这样的错误:
#include<iostream>
using namespace std;
而将上面的语句改成如下又没有错了:
#include<iostream.h>