Installing MinGW (GCC/G++) Compiler in Windows 11 || Compile and run C++ program |Beginners Tutorial

preview_player
Показать описание
In this tutorial, you will learn to download and install the MinGW GCC compiler on Windows 11. Here we are not using any installer exe. We will quickly set up MinGW on Windows 11 by setting up the environment variable. Also, you will learn to create, compile and run a C++ simple program here in this tutorial.

MinGW: A native Windows port of the GNU Compiler Collection (GCC), All of MinGW's software will execute on the 64-bit Windows platforms.

#For compilation:
gcc program.c -o filename (for c program)

#MinGWInstallationWin11 #coolithelp
Рекомендации по теме
Комментарии
Автор

Thank you so much, man ! Best video about this topic. You have explained it so well. Thanks a lot.

mrnobody
Автор

thanks man now i can code because of you

Game_G
Автор

Sir thank you thank you thank you so much

vignesh
Автор

"Here we have so many things and we have to select this one" (time stamp 1:34)
okay. but why though? I only ask because now it looks differently as it was updated and now I don't know which to download

liquidred