From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e219d94b946dfc26 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc08.POSTED!0e8a908a!not-for-mail From: Hyman Rosen User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sun, 25 Feb 2007 06:29:43 GMT NNTP-Posting-Host: 68.161.16.21 X-Complaints-To: abuse@verizon.net X-Trace: trnddc08 1172384983 68.161.16.21 (Sun, 25 Feb 2007 01:29:43 EST) NNTP-Posting-Date: Sun, 25 Feb 2007 01:29:43 EST Xref: g2news2.google.com comp.lang.ada:9514 Date: 2007-02-25T06:29:43+00:00 List-Id: Robert A Duff wrote: > without overflowing some buffer than can never be the right size Oddly enough, when newbies ask how to read input in Ada, the general response here is to read lines into a fixed- size buffer which too can never be the right size.