Showing results for September 2017 - C++ Team Blog

Sep 26, 2017
0
0

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
0
0

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
0
0

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
0
0

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++