Install VS Code
Click here to download the latest version of VS Code.

Install VS Code extension for C/C++
Click here to install latest version of extension for c/c++ 
OR
You can directly install it from VS Code extension menu. 
To compile and Debug your C/C++ code you need to install compiler. Here I'm using GCC Compiler with Mingw, so we need to install Mingw-w64
Top comments (0)