Learn how to install MinGW-w64 toolset gcc g++ gdb for developing C and Cpp programs on windows 11 computer using msys2 Software Distribution and Building Platform. #cprogramming #cpp #cppprogramming
🔗 Get MSYS2 from their official website: https://www.msys2.org/
📜 Follow these commands:
1️⃣ Run: pacman -Syu
2️⃣ Run: pacman -Su
3️⃣ Run: pacman -S mingw-w64-x86_64-gcc
4️⃣ Run: pacman -S mingw-w64-x86_64-gdb
🔧To compile a C file use this command:
gcc test.c -o test
🔧 For compiling a C++ file, use:
g++ test.cpp -o test
0:00 Introduction
0:37 Install MSYS2
1:49 Upgrade MSYS2
3:05 Install gcc
4:13 Install gdb
4:55 Set enviroment path
6:50 Testing
🎉 Get started with C and C++ programming on your Windows 11 machine and enjoy the process! 💻🚀
Смотрите видео How to Install C and C++ compiler ( gcc g++ gdb ) on Windows 11 using mingw and msys2 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Programming With Nick 13 Июнь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 10,620 раз и оно понравилось 322 людям.