#include "stdafx.h" using namespace System; void main() { int ^y = gcnew int(100); *y = 110; Console::WriteLine(*y); }