Run C/C++ In Vs code for Windows 10/11

Опубликовано: 05 Август 2026
на канале: From Bits To Bots
28
0

Run C/C++ In Vs code for Windows 10/11

I am giving overview on how to setup C / C++ in Visual Studio code for Windows 10/11 and compile and execute it.
Below are the topics covered in this video.
1. VS code installation
2. Installing MinGW.
3. creating a sample C/C++ project
4. Configuring tasks.json for automated build
5. Configuring launch.json for executing and debugging code
6. executing and debugging the code

Visual Studio Code is a cross-platform IDE developed by Microsoft, which support multiple programming languages.
I am using compiler gcc/g++ (for C/C++ respectively), which will be installed as part of MinGW package. Installation steps are mentioned in video
I am making use of configuration files task.json and launch.json for compilation and execution of code and the process is explained in the video.

To setup C / C++ in Visual Studio code for Wiindows 10/11
   • Run C/C++ In Vs code for Ubuntu OS | FromB...  

Chapters
0:00 Introduction.
0:14 VS Code Installation.
0:43 MinGW Installation.
1:55 C/C++ Project creation.
2:53 Adding Tasks.json and launch.json file.
5:53 Compile and execute code

#FrombBitsToBots