Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need some help I get error C1190, when I put in this code. I
have version 2002.
// SimpleProject.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"

#using <mscorlib.dll>

using namespace System;

int _tmain()
{
Console::WriteLine("Hello World");
return 0;
}
 
Back
Top