Data Type Visual C++ .NET

#include "stdafx.h"
using namespace System;
void main()
{
    Char e = L'\x0045';  // Unicode hexadecimal escape
    Console::WriteLine ( e );
}