In this tutorial in Hindi, you will learn How to Set up Visual Studio Code for Creating and Executing and Debugging C Programs.
00:00 Introduction
00:30 Check gcc and gdb are installed
01:37 Set up Visual Studio Code Work Space
04:03 Installing C/C++ Extension in VS Code
04:55 Configure C/C++ Properties
07:30 Set up Build Task and Run Program
14:27 Set up Vs code for debugging
17:03 Debug C Program using a Break Point
Visual Studio Code is the widely used editor in Computer Programming field.
It is the best editor for a beginner in programming because it is simple, easy to set up and has all those features needed.
First you need to Download and Install C C++ toolset ( Compiler , linker etc ) like mingw-w64. After that you need to install Visual Studio Code.
Download and Install gcc using Mingw
https://youtu.be/b94TFP7UXxY
Download and Install Visual Studio Code
https://youtu.be/Tz13f088jps
our website
https://www.LearningLad.in
social media
Facebook https://www.facebook.com/LearningLadHindi
Twitter https://www.twitter.com/LLHindi
Instagram https://www.instagram.com/LearningLadOfficial
Download
0 formats
No download links available.
How to set up Visual Studio Code for Executing and Debugging C Programs | Tutorial in Hindi | NatokHD