G
Guest
Can someone please tell me why I'm getting this error, I'm using the beta 2
for 2005 C++. This also happens with VC++ version 2002. Please help me.
Here is my code.
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System;
int _tmain()
{
Console::WriteLine("hello world.");
return 0;
}
for 2005 C++. This also happens with VC++ version 2002. Please help me.
Here is my code.
#include "stdafx.h"
#using <mscorlib.dll>
using namespace System;
int _tmain()
{
Console::WriteLine("hello world.");
return 0;
}