How to use CodeBlocks IDE 20.03 for C programming | Lecture 2

Опубликовано: 05 Июль 2026
на канале: CodeWithShalvi
166
26

In this video we will download and install the CodeBlocks IDE and set it up with MinGW for
C/C++ programming on Windows OS.

Hit this below URL, download of CodeBlocks with MinGW will start automatically:-
https://www.fosshub.com/Code-Blocks.h...

CodeBlocks is an open source, free IDE available for all platforms(Windows, Linux, Mac)

MinGW stands for Minimalist GNU for Windows and it is development environment for Microsoft windows applications and it comes with GNU, which comes to GCC, the GNU compiler collection
which supports languages like C, C++, Fortran etc..

#CodeWithShalvi #CProgrammingForBeginners #codeBlocks #mingw
#DataTypesInC #variablesInC #identifiersInC #codingPuzzles #interview