public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: paolo@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	nobody@gcc.gnu.org, paolo@gcc.gnu.org, pavenis@lanet.lv,
	salvador@inti.gov.ar
Subject: Re: libstdc++/4419: ifstream::get(buffer,len) stops reading when an empty line appears.
Date: Sat, 08 Dec 2001 02:42:00 -0000	[thread overview]
Message-ID: <20011208104247.31736.qmail@sources.redhat.com> (raw)

Synopsis: ifstream::get(buffer,len) stops reading when an empty line appears.

Responsible-Changed-From-To: unassigned->paolo
Responsible-Changed-By: paolo
Responsible-Changed-When: Sat Dec  8 02:42:46 2001
Responsible-Changed-Why:
    Looking into it.
State-Changed-From-To: open->feedback
State-Changed-By: paolo
State-Changed-When: Sat Dec  8 02:42:46 2001
State-Changed-Why:
    Why don't you use something like:
    
      while(!fileToView.eof())
        {
          fileToView.getline(line, sizeof line);
          printf("%d\n",strlen(line)); 
        }
    
    ???

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4419&database=gcc


             reply	other threads:[~2001-12-08 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-08  2:42 paolo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-11 13:35 pme
2001-12-10  4:46 salvador
2001-12-08  2:46 paolo
2001-09-28 15:06 salvador

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=20011208104247.31736.qmail@sources.redhat.com \
    --to=paolo@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    --cc=pavenis@lanet.lv \
    --cc=salvador@inti.gov.ar \
    /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).