Re: Ada BIND was: Improving Ada's image - Was: 7E7 Flight Controls Electronics

From: Hyman Rosen (hyrosen_at_mail.com)
Date: 06/14/04


Date: Mon, 14 Jun 2004 02:09:36 GMT

Robert I. Eachus wrote:
> Check the length of the string to be read, then read either that
> number of characters or the maximum buffer size. Of course, this means
> in many cases you have to read the string twice while Ada allows you to
> read it once. (Ask for N characters and get a count of how many you get.)

Huh? fread, fgets, istream.getline, istream.read are all ways of
reading up to a pre-determined amount of data into a buffer in C
and C++. In no case does the string need to be read twice.
What a bizarre claim!



Relevant Pages

  • Re: How to convert Infix notation to postfix notation
    ... If this is for an error message, why isn't it using stderr for its output? ... array of 15 characters, and you call this function with the limit 15 on ... Making sure that the only string I allocate and append to, ... because mulFactor in all versions must needs incorporate the functions ...
    (comp.lang.c)
  • Re: Prothon should not borrow Python strings!
    ... """It does not make sense to have a string without knowing what encoding ... same cul de sac as Python. ... Prothon_String_As_ASCII // raises error if there are high characters ... Python's split between byte strings and Unicode strings is ...
    (comp.lang.python)
  • Re: Letter to US Sen. Byron Dorgan re unpaid overtime
    ... put them in stupid places. ... Programming is difficult (as you must surely appreciate, ... > strings will be in the range 1...1000 characters. ... impose an artificially small limit on string length." ...
    (comp.programming)
  • Re: Byte Array to String
    ... retrieved text will mismatch the original characters. ... encoding the characters. ... Dim strFileData as String ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: A note on personal corruption as a result of using C
    ... impossible to write effective string validation routines by definition ... (Note that a string literal may contain embedded null characters; ... without resorting to abusive language. ... In practice, programmers typically use "struct" ...
    (comp.programming)