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-Thread: 103376,7272aa7508a3d83f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!ALLTEL.NET-a2kHrUvQQWlmc!not-for-mail Date: Thu, 27 Oct 2005 10:13:11 -0500 From: "Marc A. Criley" User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: pointer questions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <51b1c$4360f6fc$49954ed$10978@ALLTEL.NET> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: 51b1c4360f6fca13cf14810978 Xref: g2news1.google.com comp.lang.ada:5996 Date: 2005-10-27T10:13:11-05:00 List-Id: Robert A Duff wrote: > "Jeffrey R. Carter" writes: > >>...In fact, >>you'll rarely need pointers at all. > > I've heard that claim many times in this newsgroup. It doesn't match my > experience at all. I use pointers all the time. I agree. The Ada projects I've worked on, from flight simulators, to command and control systems, to data analysis tools, to software development tools, have all made use of pointers, some more than others. There's so much dynamic activity going on, often with no way to know in advance just what to expect in terms of configuration, ordering, etc. In some thread that once touched on this subject, I vaguely recall someone saying one shouldn't use pointers, instead an appropriate container should be used. Okay, so the pointers are being wrapped in a container. That's not what I'd call "not needing pointers", they're just not out in plain sight. -- Marc A. Criley -- McKae Technologies -- www.mckae.com -- DTraq - XPath In Ada - XML EZ Out