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,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!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!t-online.de!diablo.theplanet.net!news.theplanet.net!not-for-mail From: dave Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Sun, 13 Mar 2005 23:58:01 +0000 Message-ID: References: <87r7iu85lf.fsf@insalien.org> <87is4598pm.fsf@insalien.org> <1110054476.533590@athnrd02> <1110059861.560004@athnrd02> <422b6d49.1141887367@news.xs4all.nl> <1110266099.441421.179290@o13g2000cwo.googlegroups.com> <1110332933.587110.260410@z14g2000cwz.googlegroups.com> <1110390097.532139.43430@f14g2000cwb.googlegroups.com> <422f3808$0$30165$ba620e4c@news.skynet.be> <1110409958.685759.249420@g14g2000cwa.googlegroups.com> <15SdnYvJ0_x3Vq3fRVn-3Q@megapath.net> <1110522060.091940.178510@l41g2000cwc.googlegroups.com> <1110556346.841594.212520@z14g2000cwz.googlegroups.com> <4952804.Myubg7stsI@linux1.krischik.com> <1110739276.774946.103020@z14g2000cwz.googlegroups.com> <1110741689.134496@athnrd02> NNTP-Posting-Host: 84.66.205.83 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news8.svr.pol.co.uk 1110758273 9355 84.66.205.83 (13 Mar 2005 23:57:53 GMT) NNTP-Posting-Date: 13 Mar 2005 23:57:53 GMT X-Complaints-To: abuse@theplanet.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: <1110741689.134496@athnrd02> Xref: g2news1.google.com comp.lang.ada:9341 comp.lang.c++:45468 comp.realtime:1434 comp.software-eng:4997 Date: 2005-03-13T23:57:53+00:00 List-Id: Ioannis Vranos wrote: > Jerry Coffin wrote: > >> The next obvious step is .NET, which de-emphasizes languages to the >> point >> that .NET itself IS simply a huge library, with facilities to make it >> easy to use that library from any (or all) of a large and growing >> collection of languages. > > > > > More precisely, it is a CLI compliant VM environment which provides a > fairly large, high-level, Windows-oriented API which is common for all > languages. > > > However C++/CLI design ideals, are not only C++ to be used for > application programming as a first class citizen CLI (.NET) citizen, but > *also* for .NET library writing (managed dlls). > > > With C++/CLI and VC++ 2005, C++ becomes the systems programming language > of CLI (and .NET). > > > You may take a look at these: > > http://msdn.microsoft.com/msdnmag/issues/05/01/COptimizations/default.aspx > > http://pluralsight.com/blogs/hsutter/archive/2004/10/05/2672.aspx > > http://blogs.msdn.com/branbray/archive/2003/11/07/51007.aspx > > http://www.accu.org/conference/presentations/Sutter_-_Is_C++_Relevant_on_Modern_Environments_%28keynote%29.pdf > > > > And a page of mine: > > http://www23.brinkster.com/noicys/cppcli.htm > > > > With C++/CLI, C++ has two worlds: The unmanaged world and the managed > world. > > In the managed world every CLI (.NET) feature is provided separately > from the unmanaged world features. > > > ADA.net? Surely not!!