| www.delorie.com/archives/browse.cgi | search |
| Date: | Tue, 16 Jan 1996 01:30:38 +0300 (MSK) |
| From: | "Alexander V. Lukyanov" <lav AT video DOT yars DOT free DOT net> |
| To: | djgpp AT delorie DOT com, weiqigao AT crl DOT com |
| Subject: | Re: Console I/O functions? (was: porting "less") |
> From: weiqigao AT crl DOT com (Weiqi Gao)
>
> #include <conio.h>
> main() {
> window(10, 10, 62, 3);
> gotoxy(10, 2);
> cputs("Hello, Conio!");
> }
I suppose window() call is wrong. If I remember it should be
window(left,top,right,bottom)
where left,top,right and bottom are cell coordinates.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |