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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,35f2d0b80c3e368d X-Google-Attributes: gid103376,public From: wheeler@ida.org (David Wheeler) Subject: Re: Can anyone recommend a Good Ada book? Date: 1997/06/16 Message-ID: <5o3p9s$rpb@news.ida.org>#1/1 X-Deja-AN: 248860200 References: <5nope7$b0j@prometheus.acsu.buffalo.edu> <01bc77b7$6d050fa0$6983b3cc@Ken430.ricochet.net> Organization: IDA, Alexandria, Virginia Reply-To: dwheeler@ida.org Newsgroups: comp.lang.ada Date: 1997-06-16T00:00:00+00:00 List-Id: : Scott B Moore wrote in article : <5nope7$b0j@prometheus.acsu.buffalo.edu>... : > : > I'm a CS student new to Ada and looking for a good Ada book. Can anyone : > recommend one? ...thanks : > I'm biased, but I recommend the following book: "Ada 95: The Lovelace Tutorial" by David A. Wheeler. The publisher is Springer-Verlag and its ISBN number is 0-387-948-01-5. It's about 292 pages long and it was published in March 1997. Here's a quote from the preface that explains its purpose: "This tutorial explains the basics of the Ada computer programming language and assumes that you have had some exposure to some other algorithmic programming language (such as Pascal, C, C++, Fortran, or BASIC)." Below is how to order it and what's in it. ============= How to Order the Book ============== The following are various ways you can order the book: * You can call Springer-Verlag. In the U.S., Canada and Mexico their toll-free number is (800) 777-4643. You can also fax an order to (201) 348-4505 from those three countries. If you are in another country, contact Springer-Verlag in Berlin, Germany by phone at 49 30 827 870 or by fax at 49 30 821 4091. * You can deal with Springer-Verlag electronically. The web site of Springer-Verlag New York is "http://www.springer-ny.com/". You can email an order. In the U.S.A., Canada, and Mexico send email to "orders@springer-ny.com", otherwise send email to "orders@springer.de". You can order via the web at "http://www.springer-ny.com/ordernew.html". They take Mastercard, Visa, Discover, or American Express. * You can order the book electonically through Amazon.com; open URL "http://www.amazon.com/exec/obidos/ISBN=0387948015/". * You can use the postal service and send a check or money order to Spinger-Verlag: Springer-Verlag New York, Inc. Attn: Service Center 333 Meadowlands Parkway Secaucus, NJ 07094 ============= What's in the Book ============== Here is a brief outline of the book: * Lesson 1 - Brief Introduction to Ada. * Lesson 2 - Basic Ada Structure (Packages). * Lesson 3 - Ada Lexical Elements. * Lesson 4 - Procedures and Type Integer. * Lesson 5 - Statements (if, loop). * Lesson 6 - Basic Types (Float, Boolean, subtypes, record). * Lesson 7 - Object-Oriented Programming. * Lesson 8 - Introduction to String Types. * Lesson 9 - Basic Input/Output. * Lesson 10 - Exceptions. * Lesson 11 - Generics. * Lesson 12 - Access Types. * Lesson 13 - Tasks and Protected Types. * Lesson 14 - Ada-related Information. * Lesson 15 - Ada Program Structure. * Lesson 16 - Interfacing to Other Languages (including C and Java). * Lesson 17 - Miscellaneous Ada Subjects. * Lesson 18 - Sample Ada Program "Small". * Appendices - BNF Explanation and Source Code * Index The book has questions at the end of each lesson which should be useful in classroom settings. It also has diagrams in the Unified Modeling Language (UML) that describe in detail the example in lesson 18. --- David A. Wheeler dwheeler@ida.org