Showing results for Announcements - C++ Team Blog

Apr 29, 2015
0
0

C++11 Constant Expressions in Visual Studio 2015 RC

Kangyuan Niu
Kangyuan Niu

In Visual Studio 2015 RC, we have implemented C++11’s Constant Expressions, a feature that has been in development since the November 2013 CTP. This article will describe some neat things that you can do with it, the differences in capabilities between this feature’s current and older implementations, and our future plans for it. What A...

C++
Feb 23, 2015
1
1

Developing Xamarin Android Native Applications

Ankit Asthana
Ankit Asthana

Xamarin has quickly become a popular way for creating cross-platform mobile applications promoting true code-reuse while allowing developers to create native* (native here means natural to the platform) user interfaces, providing them access to full spectrum of functionality exposed by the underlying platform/device and guaranteeing native* perform...

C++
Jan 16, 2015
0
0

Code Analysis Survey

Eric Battalio
Eric Battalio

The Visual C++ team loves surveys, but maybe not for the reasons you think.Surveys are often used to collect data that is sliced, diced, aggregated and munged to provide objective audience insights. We use some of our surveys for this purpose -- how common is the use of some feature, scenario, or inhibition to upgrade to a newer version of Visual S...

C++
Jan 9, 2015
0
0

IncrediBuild and the Visual Studio 2015 Preview

Eric Battalio
Eric Battalio

As a reader of this blog, you already know that Visual Studio 2015 Preview is available and has been for a few months. Many of you have downloaded the preview and tried out the many new productivity, performance, portability and cross-platform features. We appreciate your feedback (and bug reports)!But what you might not know is that IncrediBuild, ...

C++
Sep 22, 2014
0
0

Visual Studio 2013 Update 4 CTP 2 Available

Eric Battalio
Eric Battalio

You can grab the download here.If you do not want to click through to the release notes, there are two technology improvements: And a handful of notable fixed issues: Visit the Visual Studio blog for other goodies in the CTP.As always, we look forward to your feedback. Share feature suggestions on UserVoice, log bugs you find on ...

C++
Sep 3, 2014
0
0

VS 2013 Update 4 CTP 1 is Live!

Eric Battalio
Eric Battalio

Hello C++ World! My name is Gabriel Ha; I'm a program manager on the Visual C++ team, and from everyone who worked to bring the following improvements to you, we are super excited to share the good news and look forward to hearing back on your experience! Some of you out there, especially those of you who frequently work with large codebase...

C++
Aug 18, 2014
0
0

Visual Studio “14” CTP 3 Now Available

Eric Battalio
Eric Battalio

Today we released Visual Studio "14" CTP 3 and an early build of the .NET Framework (read the announcement on the Visual Studio blog here). Grab it from the Microsoft Download Center or from MSDN subscriber downloads or save some setup time and use a ready-to-use VM in Azure.In this CTP, we continue enhancing our C/C++ standard conformance support ...

C++
Aug 18, 2014
0
0

Visual Studio “14” CTP 3 Now Available

Eric Battalio
Eric Battalio

Today we released Visual Studio "14" CTP 3 and an early build of the .NET Framework (read the announcement on the Visual Studio blog here). Grab it from the Microsoft Download Center or from MSDN subscriber downloads or save some setup time and use a ready-to-use VM in Azure.In this CTP, we continue enhancing our C/C++ standard conformance support ...

C++
Aug 6, 2014
0
0

Survey for You :)

Eric Battalio
Eric Battalio

We know a lot of you C++ developers also use other frameworks like .NET and Xamarin. If so, do you mind taking a brief survey at https://aka.ms/vsmdd? Look for us to share highlights from the last couple of surveys in the next month or so. We are still ruminating over the responses and the individual discussions we had with those of you who opted ...

C++