[comp.windows.ms.programmer] Standard IO under Windows

ed@odi.com (Ed Schwalenberg) (03/20/91)

The TTY demo program in the Microsoft SDK includes a trivial package called
WSTDIO, which is intended to show how you'd do ordinary text output to a
window in the manner of C standard-io calls.  The code supplied contains bugs
and doesn't include basic features like scrolling.

It seems to me that many programs would need something like this.  Is there
a good implementation floating around Out There, or are we compelled to reinvent
the wheel?