Showing results for Announcement - C++ Team Blog

Apr 25, 2017
0
0

Visual Studio Code C/C++ extension April 2017 Update

Rong Lu
Rong Lu

Earlier today we shipped the April 2017 update to the C/C++ extension for Visual Studio Code. We are excited to introduce the following new features in this update: The original blog post has been updated with these changes. If you have this extension installed already, Visual Studio Code sends a notification for the update and instal...

AnnouncementVisual Studio Code
Mar 7, 2017
0
0

Visual Studio 2017 for C++ developers – you will love it

Daniel Moth
Daniel Moth

Here on the C++ product team at Microsoft, our mission is to make the lives of every C++ developer on the planet better. We try to do that via various avenues, including but not limited to, It is that last investment, Visual Studio, which I wanted to focus on in this blog post. Specifically, we’ll focus on the latest release, V...

Announcement
Mar 7, 2017
0
0

C++ Code Analysis improvements in Visual Studio 2017 RTM

Sunny Chatterjee
Sunny Chatterjee

This blog post was written by Sunny Chatterjee and Andrew Pardoe Visual Studio 2017 RTM  release includes the C++ Core Guidelines Checkers as part of Code Analysis tools for C/C++. We have gotten a ton of useful feedback on the early previews of these checks through our external customers. Thank you for engaging with us and giving us great feedbac...

Announcement
Mar 7, 2017
0
0

Check for const correctness with the C++ Core Guidelines Checker

Sunny Chatterjee
Sunny Chatterjee

This blog post was written by Sunny Chatterjee and Andrew Pardoe The C++ Core Guidelines focus on simple ways that you can improve the correctness and safety of your code. We introduced the C++ Core Guidelines Checkers to help automate enforcement of the C++ Core Guidelines in your code. One of the easiest and most important changes you can make ...

Announcement
Mar 7, 2017
0
0

Binary Compatibility and Pain-free Upgrade: Why Moving to Visual Studio 2017 is almost “too easy”

Marian Luparu
Marian Luparu

Visual Studio 2017 is a major leap forward in terms of C++ functionality compared with VS 2015. We hope the new release will delight you in your day-to-day job as soon as you can upgrade. This blog post focuses on the steps needed to upgrade from Visual Studio 2015 to 2017. As promised in our BUILD 2016 talk "6 reasons to move your C++ code to Vis...

AnnouncementVcpkgVC++ Migration Documentation
Mar 7, 2017
0
0

C++14 conformance improvements: constexpr and aggregate initialization

Andrew Pardoe
Andrew Pardoe

Two important features in C++11 received small upgrades in C++14 that had far-reaching effects. You can see from the CppReference site that while both of these changes were small changes to the standard (search for the "C++14" annotation on those pages) they had broad impact on the compiler’s implementation and on what code developers can w...

Announcement
Dec 20, 2016
0
0

CMake support in Visual Studio 2017 – what’s new in the RC.2 update

Marian Luparu
Marian Luparu

In case you missed the latest Visual Studio news, there is a new update for Visual Studio 2017 RC available. You can either upgrade your existing installation or, if you’re starting fresh, install it from the Visual Studio 2017 RC download page. This release comes with several enhancements in Visual Studio’s CMake experience that further simplify t...

AnnouncementCMake
Nov 16, 2016
0
0

Visual Studio 2017 RC Now Available

Eric Battalio
Eric Battalio

Visual Studio 2017 RC (previously known as Dev "15") is now available. There is a lot of stuff for C++ to love in this release: For more details, visit What's New for Visual C++ in Visual Studio 2017 RC. Going Native over on Channel 9 also has a good overview including a look at VCPkg. We thrive on your feedback. ...

Announcement
Nov 16, 2016
0
1

Introducing the Visual Studio Build Tools

Adam Welch (MSFT)
Adam Welch (MSFT)

Download the VS 2017 Build Tools (for C++ or managed code) Recap of the Visual C++ and Build Tools Last year we introduced the Visual C++ 2015 Build Tools to enable a streamlined build-lab experience for getting the required Visual C++ tools without the additional overhead of installing the Visual Studio IDE.  We expanded the options to include t...

Announcement
Nov 16, 2016
0
0

Find All References re-designed for larger searches

Augustin Popa
Augustin Popa

Visual Studio 2017 comes packed with several major changes to the core developer productivity experience. It is our goal to maximize your efficiency as you develop applications, and this requires us to constantly refine our features and improve on them over time. For Visual Studio 2017, we wanted to improve code navigation, particularly for larger ...

C++Announcement