Date: Wed, 2 Dec 1998 11:02:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Shaun Jackman cc: djgpp AT delorie DOT com Subject: Re: cin, cout, and conio.h In-Reply-To: <3664B45B.FF17E2D1@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 2 Dec 1998, Shaun Jackman wrote: > Since the iostream classes aren't compatible with the conio.h functions, > what should I use for getch(), getche(), gotoxy(), wherex(), and > wherey()? You *can* use conio functions with iostream, but you will need to flush the stream after writing something and before calling one of the conio functions.