Nano's Blog

01/02/2010

Hello World – C++

Filed under: programming — Tags: — nano @ 01:57

// 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;
}

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress