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.
notepad2 text editor

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.tiny c compiler

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.