Compiling and debugging made easy with VSCode

preview_player
Показать описание
Integrating the compiler and the debugger in visual studio code is fast and easy. I show how to compile C++ code directly from the IDE, how to setup the necessary tasks, which tools to install and how to launch and debug your code.
I will use clang compiler and tooling, but a similar approach works for any other C++ toolchain.

00:00 Intro
00:24 Single cpp files
01:53 Several cpp files
04:20 Adding hotkeys
05:23 Launching the code - Clang Tooling

Tools that I use:

In code:
Рекомендации по теме