![]() |
#2
Salin2006-08-06 12:40
|
我试过了,就是一行很简单的代码
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System;
double Maximum(double,double,double);
int _tmain()
{
double num1=Double::Parse(Console::ReadLine());
return 0;
}
stdafx.h内容
#include <iostream>
#include <tchar.h>
但是编译时候出现内部编译器错误,msc1.cpp的2071行。
请问该怎么解决