C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Latest posts

May 24, 2012
Post comments count 0
Post likes count 0

C++ Build Throughput: Visual Studio 11 Pre-Release Compared to Visual Studio 2010 SP1

Visual CPP Team

Hi my name is Li Shao. I am a Senior Software Design Engineer in Test in the Visual C++ group. In this blog, our team would like to review Visual Studio 11 (VS11) Desktop application build throughput compared to Visual Studio 2010 SP1 (VS10). Jim Hogg, Mark Hall, Bill Bailey, Mohamed Magdy Mohamed, and Valentin Isac have also contributed to this blog. You can refer to the Blog by Tim Wagner if you are interested in the new Metro Style application build throughput. Build throughput is one of the most important productivity factors for C++ developers, and so build throughput testing is a vital component of our o...

May 23, 2012
Post comments count 0
Post likes count 0

Unit test framework in VS11

Visual CPP Team

We provide the ability in Visual Studio 11 to do native unit testing, with a new C++ unit testing framework shipping in the box. We’re really happy to enable this support for our C++ developers, so you no longer need to use the “/clr” flag or fall back to 3rd party frameworks. Read here for more details.

May 18, 2012
Post comments count 0
Post likes count 0

Follow the Windows 8 Metro style event live

Visual CPP Team

We are getting ready to start the event right now. Follow the twitter feed here: https://twitter.com/#!/search/%23ch9live The event will also be streaming live here: https://channel9.msdn.com/Events/Windows-Camp/Developing-Windows-8-Metro-style-apps-in-Cpp Thanks,Vikas.VisualC++ PM

May 7, 2012
Post comments count 0
Post likes count 0

The Metro style apps with C++ event is now a live webcast

Visual CPP Team

As I mentioned a couple of weeks ago, we announced the Metro style apps with C++ event. Since we announced the camp, there were a lot of requests for a live webcast. Thanks to Jaime who just posted on this blog, the event will be broadcasted live!Quoting Jaime:Event sold out within a few days, and we got a lot of requests for it to be recorded (or broadcasted live)..  I am happy to announce that the event will now be live.  Please pencil us in in your calendar. Event will be live on Friday May 18th, from 9 AM PST to 5 PM PST. We will share details (the link) and the agenda later this week.&nbs...

May 2, 2012
Post comments count 0
Post likes count 0

Auto-Vectorizer – New Posts

Visual CPP Team

If you are interested in the Auto-Vectorizer feature, shipping in Visual Studio 11, please hop over to the Native Concurrency blog, where we are now on episode 4.  The Overview post now includes a Table Of Contents, with links to each separate post.Jim

Apr 30, 2012
Post comments count 0
Post likes count 0

Announcing Casablanca, a native library to access the cloud from C++

Visual CPP Team

Our devices are becoming increasingly connected, and at the same time our customers expect the applications running on those devices to be fast and fluid. Asynchrony is important on the client for responsiveness and on the server for scalability.Today we are announcing Casablanca, a Microsoft incubation effort to support cloud based client-server communication in native code using a modern asynchronous C++ API design. Casablanca is a project to start exploring how to best support C++ developers who want to take advantage of the radical shift in software architecture that cloud computing represents.If you are a de...

Apr 24, 2012
Post comments count 0
Post likes count 0

Building Windows 8 Metro style apps with C++ Windows camp

Visual CPP Team

Hello all,We’re hosting a one day, free technical event in Redmond on May 18, 2012 intended for developers who want to write Metro apps for Windows 8 with C++. Details: Location: Redmond WA, Microsoft campus, bldg 92. Date:  May 18th, 2012 Time:  9 AM to 5 PM for sessions, Q&A and a small social event afterwards. Speakers:  We will update the list of speakers early next week, we are still negotiating session times & speakers to cram as much as we can into a single day.  Rest assured most of them are from the product team and yes, Herb Sutter will do the opening keyn...

Apr 18, 2012
Post comments count 0
Post likes count 0

Target Windows XP in Visual Studio 11 Beta using the Visual Studio 2010 compiler and libraries

Visual CPP Team

In my previous blog I talked about how in Visual Studio 11 we have eliminated the need to convert your Visual Studio 2010 C++ projects in order to adopt the new IDE. The blog also mentioned that you can build your projects using Visual Studio 2010 compiler (tools and libraries) from within Visual Studio 11 using the multi-targeting feature. This means while you adapt to using the new compiler and while your 3rd party vendors provide you with binaries compatible with the Visual Studio 11 compiler (tools and libraries) you can leverage the new Visual Studio 11 IDE without disrupting your ship cycle. Just set th...

Apr 16, 2012
Post comments count 0
Post likes count 0

Auto-Vectorization

Visual CPP Team

Following the Channel9 talk on Auto-Vectorization, we have now started a series of blog posts that dig deeper into the subject.We decided to publish them, not here, on home territory, but in the NativeConcurrency blog instead.  This already hosts discussions on PPL and C++ AMP.So please checkout the first two articles, on Jim Hogg