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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!wn14feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) From: Jim Rogers References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <1110284070.410136.205090@o13g2000cwo.googlegroups.com> <395uqaF5rhu2mU1@individual.net> <1110329098.642196@athnrd02> <1110361741.551255@athnrd02> <422edaec$0$26554$9b4e6d93@newsread4.arcor-online.net> <1111464133.508323@athnrd02> <423fe9df$0$11476$9b4e6d93@newsread2.arcor-online.net> <1111521825.653841@athnrd02> <424094b0$0$11481$9b4e6d93@newsread2.arcor-online.net> <1111568404.687226@athnrd02> <1111572591.296439@athnrd02> <1111574207.72969@athnrd02> <1111575629.998464@athnrd02> <1111607860.485769@athnrd02> Followup-To: comp.lang.ada,comp.lang.c++ User-Agent: Xnews/5.04.25 Message-ID: Date: Thu, 24 Mar 2005 02:06:35 GMT NNTP-Posting-Host: 12.73.181.213 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1111629995 12.73.181.213 (Thu, 24 Mar 2005 02:06:35 GMT) NNTP-Posting-Date: Thu, 24 Mar 2005 02:06:35 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:9863 comp.lang.c++:46962 comp.realtime:1654 comp.software-eng:5258 Date: 2005-03-24T02:06:35+00:00 List-Id: Ioannis Vranos wrote in news:1111607860.485769 @athnrd02: > Pascal Obry wrote: > >> We have vector. > > > If it is also defined in std namespace, I am going to smile. Ada does not have anything called std namespace. Ada packages provide encapsulation and namespaces. Ada does provide a package named Standard, but that is where fundamental data types are defined such as Standard.Integer. No containers are defined in Standard. There is no need for this in Ada. Jim Rogers