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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,58253cbf46bbb1fc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!62g2000hsn.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Automated conversion to C++? Date: Sat, 16 Feb 2008 08:31:08 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 85.3.67.11 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1203179469 11559 127.0.0.1 (16 Feb 2008 16:31:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 16 Feb 2008 16:31:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 62g2000hsn.googlegroups.com; posting-host=85.3.67.11; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19819 Date: 2008-02-16T08:31:08-08:00 List-Id: On 16 Lut, 05:52, "Jeffrey R. Carter" > > Note also that Jacob didn't say a word about the target platform. This > > target platform might support concurrency, which can be available from > > C++ (hint: any mainstream operating system is fine here). > > Really? I'd like to know how to translate Ada tasking into portable C++ that > will run on "any mainstream operating system". What do you mean by "portable"? That it will compile and run everywhere? Or that it can be linked with a run-time library prepared for each target platform? What kind of problems do you foresee in this area? Hint: POSIX seems to be a commonly understood target for developing portable concurrent systems. Hint2: Whatever was possible for C can be reused for C++ by inclusion. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com