Hi again Chris::
Christopher Butler,
In a message on 30 July, wrote :
CB> Is there a way to confine the output of a DOS program to a
CB> certain window on the screen?
Yes there is. If you are using TC then lookup the window() call.
void window(int left,int top,int right, int bottom);
You could then call puttext() to confine your text to this window.
In C++ you could write your own window class. You would then use
character oriented I/O (getch(),putch(), etc.) to limit your I/O to
this window.
Bye
Rajesh
...
* ATP/Linux 1.50 * there are three things that come next, uh four...
--- Maximus/2 3.01
---------------
* Origin: Kalptaru Net India. http://www.kalptaru.com . (6:606/31)
|