All Talks

Collaborative C++ Development with Visual Studio Code

https://cppcon.org/ https://github.com/CppCon/CppCon2020

Do you contribute to open-source projects or share projects with coworkers and classmates? In this talk, you’ll learn how optimize Visual Studio Code for collaborative, cross-platform C++ development. This talk will cover recommended tools and extensions for collaborative, cross-platform development, diving deep into the C++ extension, the CMake Tools extension, the GitHub Pull Requests and Issues extension, and the Live Share extension. …

You might be interested in:

September 2020 Backend
C++20 Ranges in Practice C++20 Ranges in Practice

C++20 Ranges in Practice

Tristan Brindle

September 2020 Backend
Move Semantics Move Semantics

Move Semantics

David Olsen