In this tutorial you will learn to download and install MinGW-w64 ( Minimalist GNU for Windows ) toolset ( ( gcc g++ gdb ) ) for developing C and Cpp programs on windows 10 computer using msys2 Software Distribution and Building Platform. You can so to my BlogSpot to get more overview about this video. https://codewithgalvan.blogspot.com/2... First we will download and install msys2. After that we use the series of commands to install packages and update system. Commands used : Update the package database and base packages using pacman -Syu Update rest of the base packages pacman -Su Now open up the Msys MinGW terminal To install gcc and g++ for C and C++ For 64 bit pacman -S mingw-w64-x86_64-gcc For 32 bit pacman -S mingw-w64-i686-gcc To install the debugger ( gdb ) for C and C++ For 64 bit pacman -S mingw-w64-x86_64-gdb For 32 bit pacman -S mingw-w64-i686-gdb To check gcc version : gcc --version g++ version : g++ --version gdb version : gdb --version After installing these programs, we need to set the Path environment variable. Thank You for Watching my video follow me on Instagram : / codewithgalvan . . .. . . #computer #how #hack #computerscience #comment #c #code #installation #cmd #students #beginners #windows11 #windows #subcribe #like #new #content #video #youtube #shorts #education #educational #tech #technology #gyan #codewithgalvan #coding