Showing results for 2017 - Page 3 of 11 - C++ Team Blog

Oct 23, 2017
Post comments count0
Post likes count1

ARM GCC Cross Compilation in Visual Studio

Marc Goodner
Marc Goodner

点这里看中文版 ⏱ Updated on January 10, 2018 to cover addition of debugging support in Visual Studio 2017 15.6 In Visual Studio 2017 15.5 we are introduced support for cross compilation targeting ARM microcontrollers. The 15.6 Preview 2 release adds debugging support. To enable this in the installation choose the Linux development with C++ workload and ...

AnnouncementOpenFolderIoT
Oct 23, 2017
Post comments count1
Post likes count0

Remote tasks in Visual Studio

Marc Goodner
Marc Goodner

We have introduced a new capability to run remote tasks in Visual Studio 2017 15.5 Preview 2.  This capability allows you to run any command on a remote system that is defined in Visual Studio’s Connection Manager. Remote tasks also provide the capability to copy files to the remote system. This feature is added when you install the Linux developme...

AnnouncementLinuxOpenFolder
Oct 20, 2017
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension October 2017 update

Rong Lu
Rong Lu

点这里看中文版 Yesterday we shipped the October 2017 update of the Visual Studio Code C/C++ extension. Following the lightbulb suggestions for IntelliSense include path feature that was shipped last month, we're adding another feature to make IntelliSense setup easier - support for the compile_commands.json file, eliminating the need for manually configu...

AnnouncementVisual Studio Code
Oct 11, 2017
Post comments count0
Post likes count0

Visual Studio 15.5 Preview 1 Productivity Improvements: Structure Visualizer, Ctrl + Click Go to Definition, Faster Find All References, and More

Augustin Popa
Augustin Popa

点这里看中文版 Visual Studio 2017 Update 15.5 Preview 1 brings you a number of productivity and performance improvements that will save you time as a C++ developer. For this release, we brought two features from the Productivity Power Tools extension inside the product: the Structure Visualizer, and Ctrl + Click to Go To Definition. In addition, we signi...

C++
Oct 4, 2017
Post comments count0
Post likes count0

Visual Studio Code C/C++ extension September 2017 Update – more IntelliSense goodness!

Rong Lu
Rong Lu

The Visual Studio Code C/C++ extension has had over one million downloads in the past two months! We are very happy to see so much interest in the most popular C++ extension for Visual Studio Code. Even more exciting for us last week was the release of the September 2017 update, which brings in many new features to the extension: Ligh...

C++AnnouncementVisual Studio Code
Sep 26, 2017
Post comments count0
Post likes count0

Latest and Greatest in Visual Studio 2017 for C++ developers

Andrew Pardoe
Andrew Pardoe

Daniel Moth and Steve Carroll shared what's new in VS 2017 and Updates for C++ developers at CppCon yesterday. You can grab the slides from the talk here, or here in PDF format. A video of the talk is available on YouTube:  If you're at the conference stop by our booth on the fourth floor to ask questions, grab a T-shirt, and take our developer s...

C++
Sep 22, 2017
Post comments count0
Post likes count0

The Microsoft C++ team is at CppCon 2017

Andrew Pardoe
Andrew Pardoe

The Microsoft C++ team is at CppCon 2017. Take our survey, attend talks by our team members, and drop by our booth to say hello! Visual Studio team members are presenting in a great set of talks this year: We'll also be participating on a few panels: There are also some talks from other Microsofties y...

C++
Sep 14, 2017
Post comments count0
Post likes count0

CMake support in Visual Studio – CMake 3.9, Linux targeting, feedback

Will Buik
Will Buik

点这里看中文版 Visual Studio 2017 15.4 Preview 2 is now available and includes enhancements to Visual Studio’s CMake tools.  The latest preview upgrades CMake to version 3.9, includes better support for independent CMakeLists, and supports targeting Linux directly. Please check out the preview and try out the latest CMake features.  If you are just gett...

CMakeOpenFolder
Sep 11, 2017
Post comments count0
Post likes count0

Two-phase name lookup support comes to MSVC

Andrew Pardoe
Andrew Pardoe

点这里看中文版 This post written by Tanveer Gani, Stephan T. Lavavej, Andrew Marino, Gabriel Dos Reis, and Andrew Pardoe "Two-phase name lookup" is an informal term that refers to a set of rules governing the resolution of names used in a template declaration. These rules were formalized more than two decades ago in an attempt to reconcile two opposing ...

C++
Aug 29, 2017
Post comments count0
Post likes count0

Visual Studio extensions for C++ developers in Visual Studio 2017

Adam Welch (MSFT)
Adam Welch (MSFT)

点这里看中文版 ⏱ Updated on Jan 17, 2018 with information on ImageWatch and Child Process Debugging In this blogpost we want to highlight several Visual Studio extensions that can make your life better as a C++ developer if you’re using Visual Studio 2017 or considering upgrading.   We have also heard from many of you that not having certain C++ ext...

C++