VS2015 create a C++ console application based on WinRT

1. Enable /ZW

VS2015 create a C++ console application based on WinRT

2. Disable /Gm

VS2015 create a C++ console application based on WinRT

3. #using C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcpackages;C:\Program Files (x86)\Windows Kits\10\UnionMetadata

VS2015 create a C++ console application based on WinRT

4. source code

// hellort.cpp : Defines the entry point for the console application.
// #include "stdafx.h" #include <iostream> int main(Platform::Array<Platform::String^>^ args)
{ std::wcout << L"hellort:"<<args->get()->Data() << std::endl;
return ;
}
上一篇:The Designer (笛卡尔定理+韦达定理 || 圆的反演)


下一篇:Java学习笔记记录(二)