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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,15480fcd593513b9 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news.doubleslash.org!open-news-network.org!news.teledata-fn.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sat, 26 Sep 2009 23:00:18 +0200 From: Georg Bauhaus Reply-To: rm.tsoh+bauhaus@maps.futureapps.de User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Table of pointers question References: <3cadnZif2YjGbyfXnZ2dnUVZ_tmdnZ2d@earthlink.com> <3YSdnY7SXPNd_yPXnZ2dnUVZ_sydnZ2d@earthlink.com> In-Reply-To: <3YSdnY7SXPNd_yPXnZ2dnUVZ_sydnZ2d@earthlink.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4abe80e4$0$32682$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 26 Sep 2009 23:00:20 CEST NNTP-Posting-Host: 866a5a8e.newsspool2.arcor-online.net X-Trace: DXC=G6`\jY4g\?6QbA1[CgMQ00A9EHlD;3Yc24Fo<]lROoR1^YC2XCjHcb9N3oN?X5eQF4A:ho7QcPOV3m>CHHjcW026W0EMgJ3PPo7 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8491 Date: 2009-09-26T23:00:20+02:00 List-Id: Dennis Lee Bieber wrote: > Note that, as with Pascal, Modula-2 requires the user to explicitly > code pointer dereference operations. Ada rarely needs such as one can > not perform arithmetic on access types. Still, Ada programmers can do any pointer arithmetic they want, using System.Storage_Elements (cf. 13.7.1).