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,7877c32d98afb317 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-09 20:29:38 PST Path: swrinde!howland.reston.ans.net!news.sprintlink.net!uunet!gwu.edu!gwu.edu!not-for-mail From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: Qu: 3D unconstrained arrays Date: 9 Feb 1995 23:20:19 -0500 Organization: George Washington University Message-ID: <3hepi3$q9j@felix.seas.gwu.edu> References: NNTP-Posting-Host: 128.164.9.3 Date: 1995-02-09T23:20:19-05:00 List-Id: In article , Randy Binnie 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/ ------------------------------------------------------------------------