How to Setup Visual Studio Code for C and C++ Programming
Visual Studio Code is one of the famous editor available today because of user friendliness. We can Set it up for Writing and executing C and C++ Programs
In order to execute C and C++ Programs, we need to install the C and Cpp Toolset first.
You can download and install the mingw for windows.
watch the below video and install mingw.
Downloading and installing mingw for C and C++
After installing C and C++ toolset, we need to download and install Visual Studio Code editor.
Download and install Visual Studio Code
After that we need to install a couple of extensions like Code Runner and C and C++ Programming extension developed by Microsoft.
Watch the below video to learn about installing these extensions.