Data Type Visual C++ .NET

#include "stdafx.h" 
using namespace System;
void main()
{
    Int64   z = 0xFEDCBA9876543210; //   
    Console::WriteLine( z );      
    Console::WriteLine( z.ToString("x") ); 
}