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-Thread: 103376,245c84afd1e393ce,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed.pionier.net.pl!news.task.gda.pl!not-for-mail From: jtg Newsgroups: comp.lang.ada Subject: What about big integers in Ada 2005? Date: Thu, 15 Sep 2005 19:06:52 +0200 Organization: CI TASK http://news.task.gda.pl/ Message-ID: NNTP-Posting-Host: pwr74.pwradio.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.task.gda.pl 1126803749 1384 153.19.176.74 (15 Sep 2005 17:02:29 GMT) X-Complaints-To: abuse@news.task.gda.pl NNTP-Posting-Date: Thu, 15 Sep 2005 17:02:29 +0000 (UTC) X-Organization-Notice: Organization line has been filtered X-Accept-Language: pl, en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.11) Gecko/20050728 X-Original-Organization: CI TASK http://www.task.gda.pl/ Xref: g2news1.google.com comp.lang.ada:4726 Date: 2005-09-15T19:06:52+02:00 List-Id: When I started to learn Ada, one of the most interesting features for me was the possibility to declare integer type of the specified range. I imagined that the integer type may be of any size. However, several years later I needed big integers and I was disappointed - Ada95 does not support integers of ANY size, it can support only those integers that are supported by the processor, or smaller. Does Ada 2005 support big integers? Where can I learn how to use them?