#include "stdafx.h"using namespace System;void main(){ int ^y = gcnew int(100); // create a handle to an int Console::WriteLine(y); // print out int.}