Tutorial: Creating my own first Windows Store app using C++ and My Experiences
My Objectives So Ever since I started working in new office in C++ I wanted to try something different than MFC applications as a matter of fact I don't like the way it looks so here's a tutorial for myself in regards to that. This article is one such experimentation and my observation in that regards. Introduction A Windows Windows Store app is tailored for the user experience that's introduced in Windows 8, I found a great article regarding this in the following link http://msdn.microsoft.com/en-us/library/windows/apps/hh465427.aspx and the complete app in http://go.microsoft.com/fwlink/p/?LinkId=258676 Before I dig into code, I want to understand some of the features and design principles that I can use to build a Windows Store app with C++.I also wanted to know how Microsoft Visual Studio Express 2012 for Windows 8 supports the design and development work because mostly I have been working on Visual Studio 2008. And it's important I understand how and when ...