How to Download and Install C C++ Compiler Toolset ( mingw gcc g++ gdb debugger ) in Windows

Опубликовано: 29 Сентябрь 2024
на канале: LearningLad
3,228
90

In this tutorial you will learn to download and install MinGW-w64 ( Minimalist GNU for Windows ) toolset / compiler ( gcc g++ gdb ) for developing C and C++ programs on windows 10 or 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

To check use commands
gcc version : gcc --version
g++ version : g++ --version
gdb version : gdb --version

Our Website
https://www.LearningLad.com

Social Media
Facebook   / learninglad  
Twitter   / learningladedu  
Instagram   / learningladofficial