Date: Wed, 7 Oct 1998 14:39:45 +0200 From: Hans-Bernhard Broeker Message-Id: <199810071239.OAA09566@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: How to graphically locate text in standard screen terminal mode Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article <361AE1D1 DOT 15102479 AT montana DOT com> you wrote: [...] > include > void gotoxy(int x, int y); > That will position the cursor for the next printf. This is incorrect. gotoxy() has next to no influence at all on printf(). It only influences cprintf(), and some other functions. Look into libc func console (or similar) for an overview of them. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.