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,6116e862f283e98c X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Easy Beginner Question Date: 1997/11/18 Message-ID: #1/1 X-Deja-AN: 290503829 References: <3471626E.3F426877@postoffice.csu.edu.au> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 879860278 19753 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-11-18T00:00:00+00:00 List-Id: Nathan says <> You did not say what compiler you have, but it is reasonable to guess it is GNAT. This compiler comes with complete documentation, and you should read the GNAT users guide to answer your question. The first chapter of this guide is a very simple introduction which leads you through the answers to your question step by step. The trouble with trying to replace manuals with random information obtained on newsgroups etc is precisely that the information is random, i.e. you get odd disconnected answers which do not give you the full picture of the capabilities of the system. I know people get used to software like Powerpoint which is designed to be used without reading documentation, at least at a simple level, but for a compiler, you really want to learn the full range of capabilities, and also understand the structure of the various tools, and reading the documentation is really a requirement for effective use of the system. Robert Dewar Ada Core Technologies