Data Type Visual C++ .NET

#include "stdafx.h"
using namespace System;
void main()
{
  short   w(123);                 
  Console::WriteLine( w ); 
}