How to install MinGW w64 on Windows 10/11 [2023 Update] MinGW GNU Compiler | C & C++ Programming

preview_player
Показать описание
Hello Everyone! Today in this video I am going to step by step guide you on How to download and install MinGW-w64 (Minimalist GNU for Windows) toolset (gcc g++ gdb) for developing C and Cpp programs on Windows 10 OS.

After that, I am also going to show you How to Create your First Hello World Program in C programming and how to compile and run on the command Line Interface.

Geeky Script (
@GeekyScript) is a Computer Science - Educational Videos Creator 🎉
You can support us by buying a coffee ☕️ here —

✻ I really hope you find this video useful. ♥

✻ Please click on the CC button to read the subtitles of this video.

Now How to install MinGW w64?
Step 1. First You need to download MinGW for windows 10/11. For that just go to the following link:
This page will lead to the MinGW Sourceforge download page.

Here find the exe setup installation file as shown in the video and click on it to download.
Now after downloading MinGW save the file to the disk and follow the next step for installation.

Step 2. Install MinGW

Step 3. Now you need to set the environment variables, so for which you need to paste the bin path. If you face any difficulty just follow the video.

What’s the MinGW w64 compiler?
- MinGW, formerly mingw32, is a free and open-source software development environment to create Microsoft Windows applications. The development of the MinGW project has been forked with the creation in 2005–2008 of an alternative project called Mingw-w64.

The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets that run Windows 10 operating systems like Windows 10 Home, Windows 10 Professional, Windows 10 Enterprise, and Windows 10 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

#MinGW #gnuCompiler #C #C++ #C++tutorialforbeginners #Ctutorial #Cprogramming #Cprogrammingtutorial #Cppbasicsforbeginners #Windows10

Topics addressed in this tutorial:
Best C++ Complier: How to Install MinGW in Windows 11, Windows
c++ - Setting up MingW in Windows 10 64
Searches related to install MinGW on windows 11
how to install MinGW on mac
download MinGW for windows
download MinGW for windows 10 64 bit
download MinGW for windows 8
install gcc windows
install gnu windows

Laptop I use:

Recommended Laptops (35k Range):

Laptops 50k Range:

Rode Wireless Mike:

---------------------------------------------------------------------------
MY RELATED VIDEOS:
---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)

---------------------------------------------------------------------------
CONNECT WITH ME ON:
---------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Did this tutorial help you to install MinGW?
Comment Now!! and Let me know your opinion...
And Please SUBSCRIBE for more! Also, you can Support my work through YouTube Thanks!

GeekyScript
Автор

THANK YOU SO SO SO SOOO MUCH!!! I spent like 3 days trying to get just a fricken hello world to run. Thank you

studid
Автор

Thank you so much for this helpful video, Geeky Script! Your guide on installing MinGW w64 on Windows 10/11 was exactly what I needed. I had been struggling with this issue, and your clear instructions made the process much easier for me. I truly appreciate your valuable content and the effort you put into sharing your knowledge. Keep up the great work, as it is making a difference for learners like me. Thank you again!

eduardoaugustopereiragomes
Автор

Hey dude, you rock! Straight forward, no bullshit, nice explanations and then application. Nice work

odins_claw
Автор

at 2:23 it is written '32' so it is for 62 or 32 bits?

Aditya-cflx
Автор

This "2023 update" just installed a version of MinGW from 2013. Ten years old. Yeah, the current versions are broken (no working installers), but how about focusing on fixing and utilizing the newer versions (10.x) instead of rewinding to this prehistoric version?

FalconFour
Автор

Bro how can I get it to work with VS code? It shows this error "launch: program '<path file>launch.exe' does not exist"

NexusKinny
Автор

You are a Master in this bro. I like your approach and I'v learned a lot here! Thank you!

filmonmebrie
Автор

Thank you very mooch my friends...I don't know why the VS code not included a single way to compiler with C++...thank u...You are awesome.

JORGE
Автор

You saved me, thank you!! Typing "cmd" on the file explorer blew my mind.

Maybe one interesting input: my .c code was crashing upon compilation with the message "libiconv could not be located". I found out that I had to place MinGW on PATH NECESSARILY above my path to GnuWin32, otherwise there was some conflict. After I fixed this, I could run the code :)

barbalalaika
Автор

i've been struggling for hours with this installation as other tutorials didn't work for me. i finally i found your video and so glad your method worked. thank you so much!

MalithiAradhya
Автор

Thank you. Your method works fine.
I followed each step, and successfully got the hello world script compiled.

leont
Автор

Thank you much sir.... I'm trying it from last 7 to 8 days...but now my problem is solved...thank you again...

Love from india🎉

SujalPrajapati-pneb
Автор

hello sir i did every step as u informed in the video but in cmd my cmd reports that g++ is not an operable bcz of no any internal or external command what could be the reason sir? i have added bin address in environment and path

moizahmed
Автор

When i click on download i get migw zip file didnt get. Exe. File

ambrozgamingff
Автор

Thank you so much you helped me a lot continue making cool tutorials like this !!!!

magmu
Автор

That was a tutorial on how to download the orginal mingw, not mingw w64

jakevuckturd
Автор

i cried at the end. thank you so much bro, earlier i just wasnt able to run my program.

dannyackerman
Автор

hey, i'm not getting the option to click on path or even edit it what do i do?

Not_a_theory_person
Автор

It's showing like
gcc : error : helloworld.c : No such file or directory
gcc : fatal error : no input files
Compilation terminated.

wxvezrg