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.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fa3fd87992da829 X-Google-Attributes: gid103376,public From: "Vladimir Olensky" Subject: Re: Q:ADA/Java/C++ feature mapping question!? Date: 2000/01/20 Message-ID: #1/1 X-Deja-AN: 575416602 References: <8672ec$e28$1@fleetstreet.Austria.EU.net> Organization: Posted via Supernews, http://www.supernews.com X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 2000-01-20T00:00:00+00:00 List-Id: alex wrote in message <8672ec$e28$1@fleetstreet.Austria.EU.net>... >Hi, >my question should be easy to answer for anyone who knows C++/Java and ADA. >Unfortunately I only know C++&Java :-(. > >Question: What are the corresponding ADA keywords to the given C++/Java >features, and which keywords do exist in ADA which have no representation in >C++/Java, and what do they mean. I did have a look at the >http://www.adahome.com/rm95/ Ada reference Manual, but this would be a >longer way to go then I would like to. So could one of you who knows both >languages help me out? 1. Have a look at "A Comparison of the Object-Oriented Features of Ada 95 and Java" by Benjamin M. Brosgol from Aonix. This paper is located at the http://www.adaic.com/docs/reports/ 2. At http://www.acm.org/sigs/sigada/conf/sa98/papers/ you will find another interesting paper written by the same author : "A Comparison of the Concurrency Features of Ada 95 and Java" . 3. "Ada-95: A guide for C and C++ programmers" at http://www.adahome.com/Ammo/cpp2ada.html also may be useful for you. Hope that in these articles you will find answers to most of your questions. At first two pages there are many very interesting articles and reports as well. Regards, Vladimir Olensky