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,5bd51db1b3bd8a14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-12 10:44:30 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!news.tufts.edu!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: how to get aliased string pointer X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3B4DDC16.9A98559B@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <9ik3a4$1pd8$1@news.kiev.sovam.com> Mime-Version: 1.0 Date: Thu, 12 Jul 2001 17:19:18 GMT X-Mailer: Mozilla 4.5 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:9882 Date: 2001-07-12T17:19:18+00:00 List-Id: The real question is what you are trying to acheive by this. The use of access types is rarely needed in well designed Ada, and over use of access values is a common sign of writing Ada with the C mind set, since in C practically everything has to be a pointer. If you can tell us what you need to do at the problem level, we can probably help you achieve it Ada, probably without access values. -- Jeffrey Carter