Date: Mon, 16 Jul 2001 13:51:19 -0400 Message-Id: <200107161751.NAA02923@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3B53299B.3455FD72@alpha.delta.edu> (dawitbro@alpha.delta.edu) Subject: Re: Newbie Display questions References: <3B53299B DOT 3455FD72 AT alpha DOT delta DOT edu> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Do CONIO functions mix with IOSTREAM-style output? I was under the > impression that they would not, for reasons similar to the > incompatibility between printf() and cprintf(). I confess to never > having tried it, though. Sometimes they don't, like when you redirect output. However, if you're careful to flush the stream before positioning the cursor, it should work. Of course, you can always use cprintf in C++ if you want ;-)