public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: bjorn rohde jensen <bjensen@fastmail.fm>
To: "Jessee, Mark" <Mark.Jessee@gdcanada.com>
Cc: "'Moore, Mathew L'" <MooreML@BATTELLE.ORG>,
	"'gcc-help@gcc.gnu.org'" <gcc-help@gcc.gnu.org>
Subject: Re: Problems with stringstream
Date: Fri, 25 Oct 2002 09:58:00 -0000	[thread overview]
Message-ID: <3DB97825.1030804@fastmail.fm> (raw)
In-Reply-To: <83E3831A88E65844B01DB1A73FB66F93023BBBAC@CSDNT99.cdcgy.com>

Hi guys,

  Input and output on unix systems are buffered.
std::cerr is usually line buffered, std::cout
is line buffered, when directed to a terminal
and block buffered, when connected to a file.
  In case of line buffered output, you dont see
any, unless you flush it, or write a newline
character to the stream, which causes the buffer
to be flushed.

Yours sincerely,

Bjorn

  reply	other threads:[~2002-10-25 16:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-25  9:49 Jessee, Mark
2002-10-25  9:58 ` bjorn rohde jensen [this message]
     [not found] <83E3831A88E65844B01DB1A73FB66F93023BBBAC@CSDNT99.cdcgy.com >
2002-10-28  3:07 ` Andrea Bocci
  -- strict thread matches above, loose matches on Subject: below --
2002-10-25 10:15 Moore, Mathew L
2002-10-25  9:43 Moore, Mathew L
2002-10-25  9:31 Jessee, Mark
2002-10-25  9:11 Jessee, Mark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DB97825.1030804@fastmail.fm \
    --to=bjensen@fastmail.fm \
    --cc=Mark.Jessee@gdcanada.com \
    --cc=MooreML@BATTELLE.ORG \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).