GCC/MinGW on Windows Quick Setup Guide
Автор: Nick Walton
Загружено: Feb 11, 2022
Просмотров: 115,824 views
Download from WinLibs: https://winlibs.com/
GCC is a more advanced, more up-do-date C compiler (with numerous other compilers too) than Microsoft's "cl". Here's a link to the GNU C language extensions available when compiling with GCC: https://gcc.gnu.org/onlinedocs/gcc/C-...
"Hello world" source code:
#include "stdio.h"
int main(int argc, char **argv) {
printf("Hello world!\n");
return 0;
}

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: