Showing results for December 2013 - C++ Team Blog

Dec 20, 2013
1
0

Asynchronous programming in C++ using resumable functions and await

Raman Sharma
Raman Sharma

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 goin...

C++
Dec 13, 2013
0
0

Developer Activities Survey Results Overview

Eric Battalio
Eric Battalio

Hi there! A few months ago, some of you took a survey on C++ developer activities, the results of which will be used to hone in on which areas to improve for the next release of Visual Studio. I wanted to take some time to share with you the preliminary results of the survey. Without further ado, out of the 47 tasks included on the survey, here's w...

C++
Dec 6, 2013
0
0

Performance++ with Visual C++ 2013

Ankit Asthana
Ankit Asthana

For Visual Studio 2013 we have continued to improve the analysis performed by the Visual C++ compiler so it can produce code that runs faster than before. In this blog we highlight some of the many improvements that Visual Studio 2013 has in store for you. This blog is intended to provide you an overview on all the goodies we have added recently wh...

C++
Dec 5, 2013
0
0

Visual C++ in 2013 and Beyond – Q&A

Eric Battalio
Eric Battalio

Did you watch Charles Torre's discussion with Ale Contenti, Tarek Madkour and Herb Sutter at the Visual Studio 2013 Virtual Launch last month? The team answered a number of questions from Charles and the community on topics ranging from refactoring to PEX. In case you missed the video (or missed some of the answers), the questions and answers are p...

C++