From: "Richard Birch" Newsgroups: comp.os.msdos.djgpp Subject: RE: Simple problem regarding text on screen Date: 31 Jul 1997 19:14:59 GMT Organization: UUNET Lines: 5 Message-ID: <01bc9de5$cb775bc0$75fd82c1@damien> NNTP-Posting-Host: an117.du.pipex.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I notice there's a manipulator for cout called 'flush', that (obviously) flushes the output stream to the screen. But should I need to do this? And is there one for the old stdio.h text functions? I've been programming for years but this seems to be a recent problem.