Hello world without namespace : namespace « Language Basics « Visual C++ .NET






Hello world without namespace

 

#include "stdafx.h"
int main()
{
   System::Console::WriteLine("Hello, World!");
}

   
  








Related examples in the same category

1.Using System namespace