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=0.2 required=5.0 tests=BAYES_00,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,d80e5467f1a45608 X-Google-Attributes: gid103376,public From: Bill Ghrist Subject: Re: GNAT Library Reference. Where can I find it? Date: 1998/11/06 Message-ID: <3643514D.B1DFAA11@pgh.net>#1/1 X-Deja-AN: 409239398 Content-Transfer-Encoding: 7bit References: Content-Type: text/plain; charset=us-ascii Organization: Myself Mime-Version: 1.0 Reply-To: ghristwd@pgh.net Newsgroups: comp.lang.ada Date: 1998-11-06T00:00:00+00:00 List-Id: "Programming in Ada 95", by John Barnes, has a good overview of the Standard library. It is not comprehensive, but it will tell you most of what you want to know, and might make it easier to figure out how to get the rest of the information from the RM and the .ads files. Barnes' book makes a good "reference manual" in general. Regards, Bill Ghrist Robert Schien wrote: > > I want to learn programming in Ada 95. The compiler I'm using > is GNAT. It seems to be quite powerful and I think the > GNAT people are doing a good job. The platforms I'm using > are FreeBSD and Win95/NT. > > Of course, there is a lot of information available (www.adahome.com). > But what I am missing is a reference manual about the library ( > standard routines). It seems to be contained in the online RM95 manual > but unfortunately it is NOT in the tar-file gnat-3.10p-src.tar.gz, > which contains a great user manual and reference manual about > the language but no short library reference. > (I grep'ed for the numerical function Sqrt for instance and didn't > find it) > > Where can I find a library reference manual? > > In order to learn a new programming language it's quite important > to know what routines (or procedures or packages) are available. > > TIA > Robert