Getting setup with MinGW - learnclang/1-helloworld GitHub Wiki

A start-to-finish guide to compiling your first program using MinGW under Microsoft Windows

Table of contents

  1. Introduction
  2. Installation
  3. Writing Code
  4. Compilation

Next: Introduction