Patrick Fitzgerald
Published © GPL3+

Windows and DOS C program with MinGW GCC Compiler

Linux is built so you can write programs in C. For an x86 PC running Windows you need to add a compiler. MinGW is one way to install GCC.

AdvancedProtip3 hours246

Things used in this project

Software apps and online services

MingW GCC Compiler ToolChain

Story

Read more

Code

main.c

C/C++
Hello World for x86 c
#include <stdio.h>
int main (void) {
printf("Hello World, C program\n");}

Credits

Patrick Fitzgerald
124 projects • 44 followers
Contact

Comments

Please log in or sign up to comment.