How to Run C++ in Visual Studio Code on Windows 11 (2023 tutorial)

Опубликовано: 05 Октябрь 2024
на канале: Another barefoot eel
3,976
43

0:00 - Introduction
0:06 - Installing the MinGW compiler for Windows
1:40 - Adding MinGW to Windows System's path
3:23 - Installing Visual Studio Code
4:22 - Installing the C++ extensions for Visual Studio Code
4:59 - Creating and opening a working folder for C++ development
5:22 - Writing the C++ program
5:38 - Running the program from VSCode
5:56 - Selecting a debug configuration
6:33 - How to debug a C++ program with Visual Studio Code