How to Download and Install C C++ Toolset ( gcc g++ gdb debugger ) in Windows 11 Computer
LearningLad LearningLad
290K subscribers
1,836 views
0

 Published On Dec 7, 2023

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   / learninglad  
Twitter   / learningladedu  
Instagram   / learningladofficial  

show more

Share/Embed