Date: Wed, 12 Aug 1998 16:41:37 +0300 (IDT) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: conio and stdio In-Reply-To: <35d16369.13894854@news.pathcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 12 Aug 1998, Oliver Richman wrote: > I don't see why > > fflush(stdout); > gotoxy(1,1); > printf("moo"); > fflush(stdout); > > won't work. In fact as long as the functions are implemented properly, > it *must* work. I think. Do you have any examples that this doesn't work? If you do, please present these examples. The problem is that most people who complain about gotoxy and printf don't use (or don't know about) fflush.