From: "Geoff Schoenbaum, MD, PhD" Newsgroups: comp.os.msdos.djgpp Subject: printf Date: Mon, 30 Mar 1998 10:09:19 -0500 Organization: Johns Hopkins University Lines: 10 Message-ID: <351FB59F.3AE29BF9@jhu.edu> Reply-To: schoenbg AT jhu DOT edu NNTP-Posting-Host: 128.220.27.223 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, In porting my c++ code from a ms compiler to djgpp I've discovered that my printf statements no longer appear on the screen until a carriage return is executed using "\n" - does anyone know why this happens in djgpp or how to work around it? Geoff schoenbg AT jhu DOT edu