In this video, I will help you install GNU Compiler Collection (GCC) -- one of the mostly used compilers in the world -- in Windows OS. GCC is used by popular IDEs like Code::Blocks and DevC++. We will use MinGW (Minimalist GNU for Windows) to install GCC in Windows. After that, we will setup the PATH variable to include GCC. We will then proceed to install Visual Studio Code editor -- one of the widely used open source code editor -- and then tweak it for C programming.
Links:
MinGW64 Installer Download Link: http://sourceforge.net/projects/mingw...
Visual Studio Code Download Link: https://code.visualstudio.com/docs/?d...
Happy Coding ! 😊