TinyCC and Notepad2: A Lightweight C Compiler and Text Editor
Tagged:
TinyCC and Notepad2 are my tools for C programming if using a MS Windows machine is necessary.
Notepad2 is a MS Windows-like notepad (text-editor) with syntax highlighting and text zoom in/out.
A simple hello world C program in notepad2.

TinyCC (aka TCC) is a small but hyper fast C compiler. You do not need an external assembler or linker because TinyCC does it for you.
Running (without compiling) a C program in TinyCC.

Post new comment