As you know we recently released the Visual C++ Compiler November 2013 CTP . One of the many features in this CTP is the support for resumable functions and await. In this blog post, I want to touch upon some examples where these features make the experience of programming with asynchronous API much simpler.
Example 1
The first example we are going to look at is the official File picker sample for Windows 8.1 . If you open the solution for this sample using Visual Studio 2013, build and run...(read more)
↧