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: a07f3367d7,8cedc383feeb5603 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.78.MISMATCH!feeder.news-service.com!2a02:590:1:1::196.MISMATCH!news.teledata-fn.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Fri, 14 Jan 2011 11:54:32 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 95 entrants to ACM ICPC-ish programming contest References: <3a59e905-476d-4051-b764-1d51f6c03dc1@glegroupsg2000goo.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4d302b68$0$7655$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 14 Jan 2011 11:54:32 CET NNTP-Posting-Host: 7ed594d0.newsspool1.arcor-online.net X-Trace: DXC=Te>>=Yic==]BZ:af>4Fo<]lROoR1<`=YMgDjhg2c1a@Zj32nc\616M64>:Lh>_cHTX3j=`lBVcG1Aan? X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:17397 Date: 2011-01-14T11:54:32+01:00 List-Id: On 14.01.11 04:57, TheGunslinger wrote: > On Thu, 13 Jan 2011 14:56:42 -0700, Jeffrey Carter > wrote: > >> On 01/13/2011 02:34 PM, Tuck wrote: >>> ACM's Queue magazine has just announced a programming contest, but has >>> restricted the languages in which the project may be coded to C++, C#, Java, >>> or Python. The deadline is very soon (February 6). SofCheck is willing to >>> make our Ada95->C++ converter available for the duration of this contest if >>> someone would like to enter an Ada95 program. Please e-mail the "info" user >>> of the "sofcheck.com" domain if you are interested. >>> >>> Information on the contest may be found at: >>> >>> http://queue.acm.org/icpc/ >> >> Thanks a lot for the offer. The contest requires that entries be source code; >> will a translated Ada program work without special libraries? > > Take a surf over to the website and read the rules, FAQ's and such. > All your questions are answered there. I think the question was about the way SofCheck's converter is working: will translating the converter's output require libraries other than 1) those of C++ proper (on Linux, for the contest) and 2) pthread, as the contest seems to require? Or will it (3) require the presence of other files, possibly binary files, possibly in other directories, files that provide for the equivalent of an Ada run-time system? >From the rules: "Your player will be implemented as a separate program, in C++, C#, Java or Python. You will interact with the game by reading information about the game world from standard input and writing your next move to standard output." "Source code for a player may consist of multiple files, but all files must reside in a single directory." "For C/C++ submissions, all files ending in .cpp will be compiled and linked together into an executable. During compilation, the submission directory will be the current directory. Player code will be compiled with the -O option and will be linked with -lpthread."