How to Download and Install C C++ Toolset ( gcc, g++, gdb debugger ) in Windows 11 Computer

10 Просмотры
Издатель
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 or windows 11 computer using msys2 Software Distribution and Building Platform.

Command to Check for updates
pacman -Syu

Command to install C, C++ Toolset and gdb debugger
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain

Our Website
https://www.LearningLad.com

Social Media
Facebook https://www.facebook.com/LearningLad
Twitter https://www.twitter.com/LearningLadEdu
Instagram https://www.instagram.com/LearningLadOfficial
Категория
Язык программирования C++
Комментариев нет.