Skip to content

petterh/textedit

Repository files navigation

TextEdit

GitHub Workflow Status

TextEdit is a text editor, written in C++ to the raw Win32 API. It illustrates how to fit together all the myriad bits and pieces that make a robust Windows application a, well, robust Windows application.

TextEdit was originally written as the companion program to my book Programming Industrial Strength Windows (2000); I've occasionally fiddled with it in the years since then. It used to have a home on CodePlex; it has now moved to GitHub. RIP, CodePlex.

About TextEdit

TextEdit demonstrates a number of things:

Documentation

I'm posting an entire book here, in the hope that this will provide sufficient documentation, and perhaps some additional value:

Programming Industrial Strength Windows

The logo was made with Microsoft Expression Design 2.

Getting started