Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!odi!ed From: ed@odi.com (Ed Schwalenberg) Newsgroups: comp.windows.ms.programmer Subject: Standard IO under Windows Message-ID: <1991Mar19.175452.5483@odi.com> Date: 19 Mar 91 17:54:52 GMT Organization: Object Design, Inc. Lines: 8 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?