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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-26 15:10:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: newbe ask.... Date: Mon, 26 Nov 2001 17:31:30 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9tufs2$p3t$1@nh.pace.co.uk> References: <9tucfv$arm$1@sunflower.man.poznan.pl> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1006813890 25725 136.170.200.133 (26 Nov 2001 22:31:30 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 26 Nov 2001 22:31:30 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:17011 Date: 2001-11-26T22:31:30+00:00 List-Id: Sounds a lot like a homework problem. We don't generally do homework for students here - unless the pay is really great :-) If you're studying dynamic data structures, you'll have to think of your address book problem as some form of dynamic list or map or tree. Take a look at what you've studied so far - that ought to give you a hint about what your prof wants you to build. Take a stab at some kind of design and implementation. If you get stuck with specific features, you're apt to find help here if you ask specific enough questions and show examples of the code you have attempted. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "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? > > I will be greateful for any help :)) > > diego > >