Тёмный

How to Install GCC Compiler Tools in Windows 11 (C/C++) 

SavvyNik
Подписаться 56 тыс.
Просмотров 58 тыс.
50% 1

Learn how to use g++ and gcc compiler tools to create your first c and c++ program in Windows. I'll show you how to install the GNU GCC Compiler Tools on Windows 11 using MinGW. The GNU gcc compiler tools are a great free and set of tools that let you compile cpp programs.
My Linux Cheat Sheet and 25 Page Checklist here:
📚 learn.savvynik...
Share this free tool and support Small RU-vidrs
editbulk.com
(I made this tool to help creators)
Useful Links/Commands:
Discord Link - / discord
MinGW Download - sourceforge.ne...
#pc #programming #c++

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@SonicBlueTyphoon
@SonicBlueTyphoon 4 месяца назад
This video was awesome. I needed GCC for my class this week, and the link they sent was confusing. Your tutorial was straight forward, explained every step and the reasoning behind it, and got me to print the same thing you did at the end. Thanks a lot, this really helped!
@SavvyNik
@SavvyNik 4 месяца назад
Glad to hear it
@shirajummonira8433
@shirajummonira8433 Месяц назад
man ily. the amount of confusion i was going thru from watching so many tutorials! this one worked so well for me. thanks for ur hard work
@_Celestial_Corvid_
@_Celestial_Corvid_ 2 месяца назад
Thank you! Other videos I saw were outdated by a good 10 years and didn't help lol, and thanks for showing how to run a program in it! Greatly appreciate it
@agodoy37
@agodoy37 16 дней назад
Beautiful video, straight to the point, clear, charming, and very well organized.
@oishiine6781
@oishiine6781 4 месяца назад
Thank you so much, this worked! I needed it for my comp sci course. Thumbs up!
@AnimationHQ839
@AnimationHQ839 5 дней назад
THANK YOU SO MUCH! It worked!!!
@SavvyNik
@SavvyNik 5 дней назад
Yay
@copterpanyphon2822
@copterpanyphon2822 13 дней назад
Thank you, man you saved my life,
@phillipwombacher9635
@phillipwombacher9635 21 день назад
Dude… I’ve learned a ton of code with an online compiler and had NO idea how to get it to run locally fuck this was useful thank you
@jmanzo2009
@jmanzo2009 5 месяцев назад
This wasn't working for me because I wasn't hitting the last ok on the System Properties window when adding the variable path. Just thought I'd comment in case anyone else runs into that issue.
@hackermango
@hackermango 6 дней назад
thanks a lot !
@jamesmarshall813
@jamesmarshall813 5 месяцев назад
Awesome video, great explanation 🔥
@gabosacco7090
@gabosacco7090 3 месяца назад
Thank youuu i was deep and lost in the GNU homepage understanding nothing
@biggmanbran577
@biggmanbran577 8 месяцев назад
Thanks for the help but im just stuck because i tried using vs code but it wouldnt work is there anyway i can fix this
@bobbobson4326
@bobbobson4326 7 месяцев назад
Thank you very much bro, short and concise
@SavvyNik
@SavvyNik 7 месяцев назад
Glad it helped
@SUMANDAS-pu4zr
@SUMANDAS-pu4zr 21 день назад
Love from India❤❤❤
@marcopunk7944
@marcopunk7944 День назад
hey thank you it worked for me! how do i use it to have gcc for c, that's my class right now but your tutorial worked for me.
@SavvyNik
@SavvyNik День назад
this would be for c programs -> gcc main.c -o output_file this would be for c++ programs -> g++ main.cpp -o output_file
@kvelez
@kvelez Год назад
Great video. It was so needed.
@SavvyNik
@SavvyNik Год назад
Glad to hear it
@modulyoutube
@modulyoutube 29 дней назад
Awesome thanks for teaching
@Skq-p8p
@Skq-p8p 4 месяца назад
worked new sub thanks big dog
@tanushree8911
@tanushree8911 Месяц назад
thanks you so much it worked for me
@tmck4138
@tmck4138 6 месяцев назад
Thank you so much!
@luisfloriano2751
@luisfloriano2751 Месяц назад
Thank you so much for this video
@atahanoguz185
@atahanoguz185 2 месяца назад
thank you mate im really trouble with this case and ı solve it with your help
@SavvyNik
@SavvyNik 2 месяца назад
No worries glad things worked out
@SouthernRedneck-pn5pd
@SouthernRedneck-pn5pd 5 месяцев назад
6 months old video where installing 8 year old version of gcc. Make a video of installing the latest release gcc directly from GNU.
@user-tv1tu9zq2r
@user-tv1tu9zq2r 11 дней назад
tell me about that ]
@colourfullife9155
@colourfullife9155 6 месяцев назад
Yo Thank you soo much
@lazycoder112
@lazycoder112 День назад
thanks
@BaigRizzwan
@BaigRizzwan 5 дней назад
Hey, do I need to keep the installation manager, or can I delete it?
@camykira
@camykira 2 месяца назад
thanks!
@Xe_K
@Xe_K 9 месяцев назад
Thank you so much
@SavvyNik
@SavvyNik 9 месяцев назад
No problem, glad you found the channel
@user-ec6st6zt3i
@user-ec6st6zt3i Год назад
The GCC version is outdated and I think that mingw project is deprecated so use msys it's newer way of doing it
@SavvyNik
@SavvyNik Год назад
yup that's another way to get started. There will be another video I'm making for msys soon
@user-ec6st6zt3i
@user-ec6st6zt3i Год назад
@@SavvyNik thanks.
@rafaelsantana9946
@rafaelsantana9946 7 месяцев назад
Thank you!
@maxdraper6462
@maxdraper6462 Месяц назад
Hey, so i have followed the steps and all working until i get to the section where you type ".\main.exe" then instead of printing in the command terminal it just wants to open notepad? any suggestions on how to fix this and where i went wrong?
@DC-hc9os
@DC-hc9os 8 месяцев назад
Oh man! Thank you! The code is running!
@SavvyNik
@SavvyNik 8 месяцев назад
Yay! No problem, glad you found the channel
@user-stud-e3f
@user-stud-e3f 13 дней назад
In my mingw . Gcc i can't find
@shashishekhar----
@shashishekhar---- Год назад
Good video indeed.
@culan_SCP
@culan_SCP 4 месяца назад
bruh it just gives error
@suvrajitdas2005
@suvrajitdas2005 3 месяца назад
Me too😢
@sushmita1885
@sushmita1885 7 месяцев назад
can we do the installation without internet? After downloading the mingw setup.
@reinuluv
@reinuluv Месяц назад
I COULD MARRY YOU MAN, THANK YOU FOR SAVING ME
@khanhquoc5352
@khanhquoc5352 6 месяцев назад
thanks bro
@amustypigeon
@amustypigeon 7 месяцев назад
Can u use it in Codeblocks
@Jackinbox19001
@Jackinbox19001 3 месяца назад
Thank you so much, how do i compile c code instead of cpp code?
@SavvyNik
@SavvyNik 3 месяца назад
Gcc instead of g++
@guilherme5094
@guilherme5094 Год назад
👍!
@user-ux9kj4tc5p
@user-ux9kj4tc5p 7 месяцев назад
Hey Nik, I'm getting stuck at pasting the file into path, it doesn't give me the option to paste anything once I select "New". Do you know what is going on?
@madhavjha3318
@madhavjha3318 4 месяца назад
you dont have admin privileges then
@pawejerzyna5674
@pawejerzyna5674 7 месяцев назад
i have seen lots of videos like that, but this is mega
@Lord_Reeves
@Lord_Reeves 6 месяцев назад
run the installer as administrator
@LinhNguyen-no7qc
@LinhNguyen-no7qc Месяц назад
Thank you so much!
@user-of6jc7jl2l
@user-of6jc7jl2l 7 месяцев назад
i am still getting errors
Далее
OG Buda, Слава КПСС - LAZER SLAVA
01:58
Просмотров 59 тыс.
Astro OS - The Best Windows 11 Mod
7:07
Просмотров 714
Installing Windows 11 on Unsupported Hardware
16:12
Просмотров 914 тыс.
I made the same game in Assembly, C and C++
4:20
Просмотров 723 тыс.
Linus Torvalds: Speaks on Hype and the Future of AI
9:02
Assembly Language in 100 Seconds
2:44
Просмотров 1,6 млн
Why Most Programmers DON'T Last
18:56
Просмотров 308 тыс.
OG Buda, Слава КПСС - LAZER SLAVA
01:58
Просмотров 59 тыс.