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,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request Date: Tue, 17 Aug 2004 12:33:44 +0100 Organization: BAE SYSTEMS Message-ID: <4121ebcf$1_1@baen1673807.greenlnk.net> References: <49dc98cf.0408110556.18ae7df@posting.google.com> <4121E4B4.5080609@noplace.com> X-Trace: news.uni-berlin.de BynFqSVCXVfgbZK0hBBmUgHA4A5PXSBRUcoNAYHYb4dC4dWsc3 X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:2772 Date: 2004-08-17T12:33:44+01:00 List-Id: Marin David Condic wrote: > Ada programs typically use pointers a *lot* less than do C/C++ > programs because they don't need them. However, when you want to > build linked > data structures or other things where pointers are needed, Ada has > them. Just don't try to write C++ code in Ada syntax or you'll find > it is really tough to do. And the need for doing this deminishes further with the inclusion of standard containers, see http://www.martin.dowie.btinternet.co.uk/ for an Ada95 implementation of the proposed new Ada0Y container libraries - there are (doubly linked) lists, vectors, (ordered) sets and (hashed) maps. Indefinate versions of each are available too. Cheers -- Martin