From: sproctor AT enter DOT net (Sean) Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help with class stuff Date: Mon, 19 Jul 1999 21:44:52 GMT Message-ID: <379e9ba7.28271532@news.enter.net> References: X-Newsreader: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.16.154.41 X-Original-NNTP-Posting-Host: 207.16.154.41 X-Trace: 19 Jul 1999 17:45:44 -0400, 207.16.154.41 Organization: Enter.Net Lines: 13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 16 Jul 1999 17:25:23 -0300, "OmniMeta" wrote: [snip] > printf("Type 1 or 2 : "); fflush(stdout); [snip] Not to be picky or anyting, but that's not necessary with DJGPP as far as I know. printf, doesn't require that you call fflush to write to the screen as cout does. I don't know why exactly they made that change, but it doesn't. Sorry to be a little of the subject Sean