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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c3155860644be062 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-25 09:34:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: mheaney@on2.com (Matthew Heaney) Newsgroups: comp.lang.ada Subject: Re: Thanks guys..my project and my many problems Date: 25 Feb 2003 09:34:14 -0800 Organization: http://groups.google.com/ Message-ID: <1ec946d1.0302250934.5d9d6d90@posting.google.com> References: <3E5A2381.21FD3F14@bton.ac.uk> <1046101109.45189@master.nyc.kbcfp.com> NNTP-Posting-Host: 66.162.65.162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1046194455 31880 127.0.0.1 (25 Feb 2003 17:34:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 25 Feb 2003 17:34:15 GMT Xref: archiver1.google.com comp.lang.ada:34570 Date: 2003-02-25T17:34:15+00:00 List-Id: Hyman Rosen wrote in message news:<1046101109.45189@master.nyc.kbcfp.com>... > > You need to represent your words as strings, and maintain a mapping > table between English and French that way. It would be easy in C++ > or Perl, which come with built in map containers. In Ada, you'll > have to roll your own. No, you won't, because the STL has already been ported to Ada. The library is called "Charles", in honor of Charles Babbage, with whom Lady Ada was affiliated. http://home.earthlink.net/~matthewjheaney/charles/