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: 103376,e52f7c34095c85e5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!gatel-ffm!gatel-ffm!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: unconstrained array type problems Date: Thu, 22 Jul 2004 09:57:22 +0200 Organization: AdaCL Message-ID: <1125508.zpKum2vWai@linux1.krischik.com> References: <87zn5tl7n1.fsf@insalien.org> <40fe8ce1@dnews.tpgi.com.au> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1090485468 04 3540 LGj1XevOI5r59N2 040722 08:37:48 X-Complaints-To: usenet-abuse@t-online.de X-ID: TDBbOOZGQepYTUoNrNcbzIGGdOZe-c9792ye61J3KdwQaA4qqJoy6w User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:2337 Date: 2004-07-22T09:57:22+02:00 List-Id: zork wrote: > How can i make them visible to one another? This is so easy to do in > c++/java. ADD so tight. You can the same as in C++ or Java: Use a container library and/or dynamic memory. Honestly: Try your example in C++ or Java without vector<>/ java.util.Vector and/or the operator new things become quite difficult there too. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com