GCC/MinGW on Windows Quick Setup Guide

preview_player
Показать описание


"Hello world" source code:

#include "stdio.h"
int main(int argc, char **argv) {
printf("Hello world!\n");
return 0;
}
Рекомендации по теме
Комментарии
Автор

ATTENTION!
Download the "without LLVM/etc" builds if you don't need those extra programs.


Cheers

UltimaNrd
Автор

Even after 2 years, this video is still useful. Thank you!

vladimirmijatovic
Автор

Bro I was literally looking for like 2-3 hours, I was about to tear my hair out. Ty so much

nightargentum
Автор

finally a good tutorial. There are many tutorials out there but they only teach the same method which installs the 6.3.0 version that was packaged by some university. It does "work" but doesn't have support for threads and whatnot.

whatisuser
Автор

it took me like a few days trying to install everything correctly and nothing went correct, but this tutorial worked thank you so much!!!

Mat_tR
Автор

very good tutorial, thanks. I was going from python and followed other tutorials for 30 minutes and yours is just 2 mins and i have gcc!

DemidCode
Автор

Great video under 2 minutes rather than other youtubers' 20 minutes.

soumyadipmajumder
Автор

Thanks! the only tutorial I tried so far that actually worked. I remember I tried installing the compiler last year but gave up when nothing was working. only if I found you earlier

lowercasetext
Автор

Damn bro, I was in a loop for almost an hour and you just fixed it in 2 mins. Thank you so much!

ursula
Автор

Without any extra bullcrap, 2:24 minutes of pure info, thanks!

Dr.andonuts
Автор

I don t know why all the tutorials out there take 20 min for that, good job!

mmaxh
Автор

Thank you! I finally have a compiler from this decade. also this video is the top hit when searching "portaudio mingw"

Bp
Автор

Thank you! Trying to get into neovim and you fixed my No C Compiler error in a handful of minutes.

heuristix
Автор

No nonsense, short and perfectly explained. Thank you.

Dev_
Автор

- Straight to the point;
- Easy to understand;
- Solved my problem;
- No bullshit.

The best. Thank you mate

prodbyjow
Автор

holy, this is so much easier than the last tutorial i followed for this, thank you

mistyzne
Автор

Thanks Nick! Nice and short tutorial, easy to understand for beginners.

brechtsanders
Автор

This tutorial restored my faith in humanity.
Also great voice!

cheezman
Автор

Thank you for the concise explanation. Tons of energy your way !

DalrenoMovies
Автор

Great video, did it in 2 minutes, thank you

diegolikescode