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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc375c3bfda4ce05 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-27 11:02:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!ppp-3-244.cvx5.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: newbe ask.... Date: Tue, 27 Nov 2001 18:07:44 -0000 Message-ID: <9u0o0c$5fnim$2@ID-25716.news.dfncis.de> References: <9tucfv$arm$1@sunflower.man.poznan.pl> NNTP-Posting-Host: ppp-3-244.cvx5.telinco.net (212.1.154.244) X-Trace: fu-berlin.de 1006887756 5758550 212.1.154.244 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:17055 Date: 2001-11-27T18:07:44+00:00 List-Id: Please, oh please, give us a bit of background information on this. Are you writing a commercial piece of software, or is this just a student exercise? What OS, what compiler, what tools do you have? Is this for a GUI? Why are you using Ada? (not that I'm actually questioning this choice yet ;-) -- Best wishes, Nick Roberts "mefiu" wrote in message news:9tucfv$arm$1@sunflower.man.poznan.pl... > Hi, > > I'm for the first time here. > I'm just starting programming with ADA and I have a problem > with dynamic structures in ADA. > How to write a simple address book using ADA? > Does anyone has any example source code?