How to Install GCC and GDB Compilers for C and C++

preview_player
Показать описание
In this video you will learn how to install GCC and GDB Compliers for C and C++ in Windows 10/11.

MinGW Site :-

MSYS2 Site :-

Commands :-
pacman -Syu
pacman -Su
pacman -Ss gcc
pacman -S mingw-w64-x86_64-gcc (For 64-bit)
pacman -S mingw-w64-i686-gcc (For 32-bit)
clear
gcc --version
g++ --version
pacman -Ss gdb
pacman -S mingw-w64-x86_64-gdb (For 64-bit)
pacman -S mingw-w64-i686-gdb (For 32-bit)
clear
gdb --version
clear

VS Code Setup for C/C++ :-

VS Code Installation :-

Let’s connect online :-

My gear :-


⏱️⏱️VIDEO CHAPTERS⏱️⏱️
0:00 Intro
0:14 Downloading and Installing MSYS2
1:00 Installing GCC
3:22 Installing GDB
5:02 Setting Environment Variables
5:54 Outro

🌟 Please leave a LIKE ❤️ and SUBSCRIBE For More Videos Like This! 🌟

#msys2 #gcc #gdb
Рекомендации по теме