[求助]重装VC
#include <iostream>
//#include <list>
//#include <string.h>
using namespace std;
void main()
{
char* str="aaaa";
cout<<str<<endl;
cout<<10<<endl;
}
刚刚重装了VC,那知道出了大问题,这样一个非常简单的程序却报错如下:
d:\vc++\vc6.0\vc98\include\new(16) : error C2143: syntax error : missing ';' before '<class-head>'
d:\vc++\vc6.0\vc98\include\new(16) : error C2501: '_STD_BEGIN' : missing storage-class or type specifiers
d:\vc++\vc6.0\vc98\include\new(16) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
我一用命名空间就出问题,用iostream.h没事,是exception类的问题,还是少了某些头文件?本人实在搞不清楚,请高手指点!
重装前使用了STL中的list容器,却缺少头文件function等,无法编译,麻烦那位高手指点下!
[此贴子已经被作者于2007-7-22 21:10:30编辑过]