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,d80e5467f1a45608,start X-Google-Attributes: gid103376,public From: robsch@robkaos.ruhr.de (Robert Schien) Subject: GNAT Library Reference. Where can I find it? Date: 1998/11/03 Message-ID: #1/1 X-Deja-AN: 407965797 Organization: Private System, Essen, Germany Newsgroups: comp.lang.ada Date: 1998-11-03T00:00:00+00:00 List-Id: 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