0
Can u make apstore app wit c++ on tis app
Can u make apstore app wit c++ on tis app
6 Réponses
0
You can make it using links!
0
I dont understand the question,,,
but you can make storeapp by using cppwinrt
https://docs.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/
0
Druko is that a sdk for vscode or is it liek a different ide or program
0
C++/WinRT is Microsoft's recommended replacement for the C++/CX language projection, and the Windows Runtime C++ Template Library (WRL).
The Windows SDK includes C++/WinRT; it was introduced in version 10.0.17134.0 (Windows 10, version 1803).
If you open the developer command prompt for VS 2017 and type:
"where cppwinrt"
it will display the compiler path location and version
example:
C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\cppwinrt.exe
https://youtu.be/nOFNc2uTmGs <--48:10
0
cppwinrt 2.0.
https://www.youtube.com/watch?time_continue=49&v=X41j_gzSwOY <-- may 7 2019
0
ok ty