Intializing using Functional Notation for short type : short « Data Type « Visual C++ .NET






Intializing using Functional Notation for short type

 

#include "stdafx.h"
using namespace System;

void main()
{
  short   w(123);                 
  Console::WriteLine( w ); 
}

   
  








Related examples in the same category