Showing results for Linux - C++ Team Blog

Oct 23, 2017
1
0

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

AnnouncementLinuxOpenFolder
Aug 25, 2017
3
0

Visual C++ for Linux Development with CMake

Marc Goodner
Marc Goodner

In Visual Studio 2017 15.4 you can now target Linux from your CMake projects. This enables you to work on your existing code base that uses CMake as your build solution without having to convert it to a VS project. If your code base is cross-platform you can target both Windows and Linux from within Visual Studio. This post will give an overview ...

AnnouncementCMakeLinux
Apr 11, 2017
7
0

Linux development with C++ in Visual Studio

Erika Sweet
Erika Sweet

This post was updated on December 11, 2020 Visual Studio 2017 introduced the Linux Development with C++ workload. We generally recommend Visual Studio’s native support for CMake for all C++ Linux development. Visual Studio’s CMake support allows you to target multiple platforms (Windows, a remote Linux system, the Windows Subsystem for Linux...

C++Linux
Feb 22, 2017
0
0

Learn C++ Concepts with Visual Studio and the WSL

Andrew Pardoe
Andrew Pardoe

点这里看中文版 Concepts promise to fundamentally change how we write templated C++ code. They're in a Technical Specification (TS) right now, but, like Coroutines, Modules, and Ranges, it's good to get a head start on learning these important features before they make it into the C++ Standard. You can already use Visual Studio 2017 for ...

Linux
Feb 8, 2017
4
3

Targeting the Windows Subsystem for Linux from Visual Studio

Marc Goodner
Marc Goodner

Update Jan. 8, 2020: Visual Studio 2019 version 16.1 and later has native support for WSL. This eliminates the need to establish an SSH connection and is the recommended workflow for building and debugging on WSL. The Windows Subsystem for Linux (WSL) was first introduced at Build in 2016 and was delivered as an early beta in Windows 10 ...

LinuxDocumentation
Feb 2, 2017
0
0

Using C++ Resumable Functions with Libuv

Jim Springfield
Jim Springfield

Previously on this blog we have talked about Resumable Functions, and even recently we touched on the renaming of the yield keyword to co_yield in our implementation in Visual Studio 2017. I am very excited about this potential C++ standards feature, so in this blog post I wanted to share with you a real world use of it by adapting it to the libuv ...

LinuxCoroutine
Sep 13, 2016
0
0

Visual C++ for Linux 1.0.5 Updates

Marc Goodner
Marc Goodner

The Visual C++ for Linux announcement post has been updated with the content below. If you are already familiar with this extension this post covers what is new since our last update. We recently posted new bits for our 1.0.5 release of the Visual C++ for Linux extension for Visual Studio 2015. This release has some major performance improvements ...

LinuxIoT
Jun 7, 2016
0
0

Visual C++ for Linux Updates

Marc Goodner
Marc Goodner

Updated 6/14/2016: We updated the original announcement post with the content below if you want a single page that covers everything about this extension. The below remains the same and just covers the updates from the original release. We’re happy to provide an update on the VC++ for Linux extension which has a new release today. Go get it ...

AnnouncementLinuxIoT