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,39f3c359196fe8b4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-21 13:55:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!newsswitch.lcs.mit.edu!newsfeed.mathworks.com.MISMATCH!newsfeed!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: for x'address or variant Date: 21 Apr 2003 16:55:21 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <52C30E21B2695ADA.9A5568A9039EC23D.34356CD468622AAC@lp.airnews.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1050958521 15164 199.172.62.241 (21 Apr 2003 20:55:21 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Mon, 21 Apr 2003 20:55:21 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:36341 Date: 2003-04-21T16:55:21-04:00 List-Id: "kat-Zygfryd" <6667@wp.pl> writes: > Not really, I have code in C which is easily translatable to Ada, OK, given *that* statement I would think you're done. But you say: > I just wanted to know how to perform the thing I was talking > about (it isn't nessessary for this code, just a bit helpful) The "thing you were talking about" was overlaying integer record fields with other fields that are arrays of integers. I have no idea why you want to do that (at first you said, speed, but it's probably not faster), so I'm really unsure what you're trying to accomplish, so I can't say how one would do it in Ada. - Bob