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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6692a7d92b3309b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-08 11:15:05 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Converting numbers to strings without Ada.Text_IO? Date: Thu, 8 Apr 2004 18:14:38 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-129-16-62.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1081448078 21677 81.129.16.62 (8 Apr 2004 18:14:38 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 8 Apr 2004 18:14:38 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:6859 Date: 2004-04-08T18:14:38+00:00 List-Id: "Tapio Kelloniemi" wrote in message news:rWfdc.2825$MA6.804@reader1.news.jippii.net... > Well, my question is: how could in convert integer and real numbers > portably into strings without using Ada.Text_IO? You could copy the algorithm GNAT uses for conversions from Ada.Text_IO into your own package (with appropriate copyrighting kept)