Date: Sun, 16 May 1999 07:33:49 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: John L Meyer cc: djgpp AT delorie DOT com Subject: Re: Source Code In-Reply-To: <00fc01be9dd7$c5910e60$49265da6@siegfried> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 14 May 1999, John L Meyer wrote: > Or, upgrade to C++, but that's one programmer's opinion *G* Programmer's opinions aside, C++ has the same behavior: unless you end the output with a newline, it isn't printed. After all, C++ calls the C library in the end.