comp.lang.ada
 help / color / mirror / Atom feed
From: Hyman Rosen <hyrosen@mail.com>
Subject: Re: Real data for a change in the assignment operators and Bounded_String discussions.
Date: Mon, 07 Jul 2003 10:29:13 -0400
Date: 2003-07-07T10:29:13-04:00	[thread overview]
Message-ID: <1057588153.630089@master.nyc.kbcfp.com> (raw)
In-Reply-To: <bebf8k$hq6$1@a1-hrz.uni-duisburg.de>

Georg Bauhaus wrote:
> after a few minutes and total exhaustion of physical memory
> and swap space. Another interesting C program :-)

Well, it was your code that did that, not mine.
And this is plain C we're talking about. In C++,
the whole thing is just

     #include <fstream>
     #include <iostream>
     #include <ostream>
     #include <string>
     int main()
     {
         while (1)
         {
             std::ifstream f("test.file");
             std::string s;
             if (std::getline(f, s))
                 std::cout << s << '\n';
         }
     }




  reply	other threads:[~2003-07-07 14:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-04  3:41 Real data for a change in the assignment operators and Bounded_String discussions Robert I. Eachus
2003-07-05  1:29 ` Inc (was: Real data for a change in the assignment operators and Bounded_String discussions. ) Alexander Kopilovitch
2003-07-07 21:31   ` Gautier Write-only
2003-07-07 21:35     ` Inc (was: Real data for a change in the assignment operators and Larry Kilgallen
2003-07-08  3:53       ` Gautier Write-only
2003-07-08 20:50       ` Alexander Kopilovitch
2003-07-07 21:42     ` Inc (was: Real data for a change in the assignment operators and Bounded_String discussions. ) Vinzent Hoefler
2003-07-08  4:04       ` Gautier Write-only
2003-07-07  4:27 ` Real data for a change in the assignment operators and Bounded_String discussions Hyman Rosen
2003-07-07  9:27   ` Georg Bauhaus
2003-07-07  9:41     ` Georg Bauhaus
2003-07-07 14:29       ` Hyman Rosen [this message]
2003-07-07 17:29         ` Georg Bauhaus
2003-07-07 19:01           ` Hyman Rosen
2003-07-07 15:49       ` Robert I. Eachus
2003-07-07 13:46     ` Hyman Rosen
2003-07-07 16:03       ` Robert I. Eachus
2003-07-07 18:52         ` Hyman Rosen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox