C Programming on Windows Quick Setup Guide

preview_player
Показать описание
How to get programming in C on windows in a simple, fast way. Get past all the redundant and distracting options, folders and settings and just get some code compiling.

The source code (quotes work as well as angled brackets to include stdio):

#include "stdio.h"

int main(int argc, char **argv) {
printf("Hello world!\n");
return 0;
}

Video chapters:
00:00 C Programming Requirements
00:20 Creating main.c
00:39 Installing a Compiler
01:24 Compiling Your Program
02:16 Running Your Program
02:30 Other Editors and Compilers
03:05 Upcoming Tutorials
Рекомендации по теме
Комментарии
Автор

Dear Lord finally a comprehensive guide!

For some reason every video, even recent ones broken dependencies or stupid MinGW nonsense haha. I'm glad I can finally get to learning. Thank you, you just got a subscriber!

ShrtCrct
Автор

this is what i was looking for a year too early

daftey
Автор

You forgot to mention the ide bloodshed. It was recently updated after no updates for a decade

pqsk
Автор

I thought you would walk through the windows api

mikopiko