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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,820e716bac150db3,start X-Google-Attributes: gid103376,public From: Alon Rotem Subject: A newbie's quetsion Date: 1999/03/20 Message-ID: <36F417F0.53DB90AE@hotmail.com>#1/1 X-Deja-AN: 457015743 Content-Transfer-Encoding: 7bit Organization: ACTCOM - Internet Services 1-800-300123 info@actcom.co.il Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-20T00:00:00+00:00 List-Id: 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