comp.lang.ada
 help / color / mirror / Atom feed
From: mfeldman@seas.gwu.edu (Michael Feldman)
Subject: Re: Qu: 3D unconstrained arrays
Date: 9 Feb 1995 23:20:19 -0500
Date: 1995-02-09T23:20:19-05:00	[thread overview]
Message-ID: <3hepi3$q9j@felix.seas.gwu.edu> (raw)
In-Reply-To: RANDYB.95Feb8165716@oh58d-pdssc.ssd.fsi.com

In article <RANDYB.95Feb8165716@oh58d-pdssc.ssd.fsi.com>,
Randy Binnie <randyb@ssd.fsi.com> wrote:
>
>Hi,  Assuming this news group allows non political postings, I have an
>Ada implementation question???

Yeah, technical questions are allowed, though sometimes it's hard to tell!
>
>How can one create a 3 dimensional unconstrained array  made up of a one
>dimensional  unconstrained array  and a two dimensional unconstrained array.

It's not clear to me why a regular ol' 3-dimensional array type is not OK.
Why not do it the simple way, like

  TYPE 3DArray IS ARRAY (Foo RANGE <>, Bar RANGE <>, Glurk RANGE <>)
     OF DataType;

Perhaps you didn't describe the problem fully. 

Mike Feldman
------------------------------------------------------------------------
Michael B. Feldman -  chair, SIGAda Education Working Group
Professor, Dept. of Electrical Engineering and Computer Science
The George Washington University -  Washington, DC 20052 USA
202-994-5919 (voice) - 202-994-0227 (fax) - mfeldman@seas.gwu.edu (Internet)
------------------------------------------------------------------------
One, two, three ways an underdog: Ada fan, Mac fan, Old Liberal Democrat
------------------------------------------------------------------------
         Ada on the World-Wide Web: http://lglwww.epfl.ch/Ada/
------------------------------------------------------------------------



      parent reply	other threads:[~1995-02-10  4:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-02-08 22:57 Qu: 3D unconstrained arrays Randy Binnie
1995-02-09  1:40 ` Kent Mitchell
1995-02-10  4:20 ` Michael Feldman [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox