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=3.3 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_REPLYTO,FREEMAIL_REPLYTO,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,d74afdf3b25aea4a X-Google-Attributes: gid103376,public From: Tony Gair Subject: Re: a Newbie's question Date: 1999/03/26 Message-ID: <36FB8270.C57A7522@cis.com>#1/1 X-Deja-AN: 459407561 Content-Transfer-Encoding: 7bit References: <36F416E2.7D459C4A@hotmail.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Digital Mime-Version: 1.0 Reply-To: tonygair@hotmail.com Newsgroups: comp.lang.ada Date: 1999-03-26T00:00:00+00:00 List-Id: Alon, I'm not being rude but you seriously need a book Alon Rotem wrote: > > Hi > > I am very new to ADA-95, I'm using ADACAPS 2.1, and this is my first > experience with this programming language (I've had C and C++, Delphi, > Visual Basic and some Visual C++, even HTML and javascript). > Since I'm not experienced with ADA-95, My question is going to seem very > trivial to all of you. > > I need some direction about basic programming in ADA-95. I know the > theoretical basics of the language (data types, procedures, functions, > packages), my problem is putting it all together. > > Which file extensions are to be used? > What's the difference between ADB and ADS ? > What's the relation between the filename and the main procedure's name? > What's the relation between the filename and the package name ? > How can I write a simple program with one main procedure which uses a > package? > Can I do it all in one file? do I have to split it into files? how? > > Where can i get more information about this and example programs? > > Thanks a lot > > Alon Rotem > alon_rotem@hotmail.com