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,cc9d51d301f523ef X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-16 02:31:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: john@nospam.demon.co.uk (John McCabe) Newsgroups: comp.lang.ada Subject: Re: Newbee question Date: Mon, 16 Dec 2002 10:32:11 GMT Message-ID: <3dfdab08.5187148@news.demon.co.uk> References: <3DFB9067.2040600@acm.org> <0dRK9.37601$xH3.400905@weber.videotron.net> <2bTK9.62545$hK4.5163007@bgtnsc05-news.ops.worldnet.att.net> NNTP-Posting-Host: pipehawk.demon.co.uk X-Trace: news.demon.co.uk 1040034686 26870 158.152.226.81 (16 Dec 2002 10:31:26 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 16 Dec 2002 10:31:26 +0000 (UTC) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:31883 Date: 2002-12-16T10:32:11+00:00 List-Id: On Sun, 15 Dec 2002 04:04:14 GMT, "James S. Rogers" wrote: >You have at least as much control over data representations as >you have in C or C++. I wouldn't have put it that way - you have far more control over data representations than you have in C or C++. Record representation clauses (as long as the compiler supports them) are very well defined. In C and C++ bit-fields are a bit of a hit and miss affair. Ada's enumerated types are also far superior to those of C/C++ (except they have to be in order!). > You have the ability to call assembler routines. And any other language that may come in useful (even C if you must :-) >To be truthful, your posting quoted above sounds like the >efforts of a troll rather than a report of an honest effort to >learn a language. Some of it. Some of it sounds like he has a genuine interest. Best Regards John McCabe To reply by email replace 'nospam' with 'assen'