1993 C tool
Text Editor - Sample GUI
Interview Assignment Editor
Controls
| Key | Action |
|---|---|
| F10 | Access the top menus |
| INS | Toggle text insertion mode |
The Story
When applying for his first professional programming job, Yasser was given an interview assignment: build a text editor from scratch with saving, loading, scrolling, insertion mode, and cursor movement. This is the result — a complete text editor built in C with a custom GUI.