Date: Tue, 18 Jan 2000 10:05:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Matt Firewalker cc: djgpp AT delorie DOT com Subject: Re: Problem with cin.get In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 17 Jan 2000, Matt Firewalker wrote: > Still have a small problem... if I am supposed to fflush the buffer, I don't > know where. Use cout.flush() after the string you want to be printed.