From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: text output problem Date: 12 Sep 1999 16:22:01 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 12 Message-ID: <7rgjv9$ogo$1@antares.lu.erisoft.se> References: <37DBCE71 DOT 2EA82E24 AT iol DOT cz> NNTP-Posting-Host: propus-144.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Vladislav Straka (vstraka AT iol DOT cz) wrote: : Hi, : i use to printing text printf but it's line buffered and this : make some problem ... Try "fflush(stdout);". Lush, Split, MartinS