Xref: news2.mv.net comp.os.msdos.djgpp:5018 From: prw AT remus DOT rutgers DOT edu (TORMENTVM) Newsgroups: comp.os.msdos.djgpp Subject: Re: Put text at (x,y) - how? Date: 15 Jun 1996 14:27:40 GMT Organization: Miskatonic University Lines: 14 Message-ID: <4puh8s$4p1@dziuxsolim.rutgers.edu> References: NNTP-Posting-Host: boron-asy-2.rutgers.edu Mime-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article , cgo AT doc DOT ntu DOT ac DOT uk says... > Can anyone tell me how I can specify to put text at certain >co-ordinates on a screen? Borland has a nice gotoxy command, >so is there an equivalent in djgpp? Yeah, in DJGPP you have to use gotoxy(). Wildly different, eh? ;) Take a look at conio.h, it's just like Borland's. -- Philip R. Wilson - WWW: http://remus.rutgers.edu/~prw