// BlogHelloWorld.cpp : main project file.
#include "stdafx.h"
using namespace System;
int main(array<System::String ^> ^args)
{
// VS2005 CLR Console application
Console::WriteLine(L"Hello World.");
// Pause console window
Console::ReadLine();
return 0;
}
01/02/2010
Hello World – C++
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL