Date: Wed, 7 Oct 1998 20:01:23 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Hans-Bernhard Broeker cc: djgpp AT delorie DOT com Subject: Re: How to graphically locate text in standard screen terminal mode In-Reply-To: <199810071239.OAA09566@acp3bf.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 7 Oct 1998, Hans-Bernhard Broeker wrote: > This is incorrect. gotoxy() has next to no influence at all on printf(). Are you sure? I think it does, since printf calls DOS which calls BIOS which prints at the current cursor position. It *is* true that mixing printf and gotoxy is a bad idea, of course.