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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5f764f1f7822ab9c X-Google-Attributes: gid103376,public From: Stefan Skoglund Subject: Re: Top 10 Language Constructs (Ada) Date: 2000/07/18 Message-ID: <3974A71D.2CA6C870@ebox.tninet.se>#1/1 X-Deja-AN: 647883486 Content-Transfer-Encoding: 7bit References: <8kmjja$l5h$1@pollux.ip-plus.net> <3970F56F.F3A70FAD@icdc.com> <01HW.B59982450058903A078EC70C@news.pacbell.net> To: David95037@aol.com X-Accept-Language: sv,en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@algo.net X-Trace: zingo.tninet.se 963946086 24250 195.100.241.85 (18 Jul 2000 18:48:06 GMT) Organization: Telenordia Mime-Version: 1.0 NNTP-Posting-Date: 18 Jul 2000 18:48:06 GMT Newsgroups: comp.lang.ada Date: 2000-07-18T18:48:06+00:00 List-Id: David Kristola wrote: > type Plasma_Volts_Type is delta 0.00012207 range -4.0 .. 3.99987793; > for Plasma_Volts_Type'Size use 16; > > I love fixed point types! I happen to know that the software on the > other side of that interface is in C. I wonder how they deal with > that field. I need a pointer to a book which explains in an easily understood way the more unusual parts of Ada like for example data representation clauses. For now i only have one of the Ada 95 CS1 books (which doesn't cover the more advanced features of Ada)