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-Thread: 103376,c0d4e990924eb044 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!c36g2000yqn.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: Newbie question -- dereferencing access Date: Fri, 13 Mar 2009 09:19:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <72516b38-1711-4588-b53b-7b42773f70c2@w34g2000yqm.googlegroups.com> <1IednThMP8E8sCfUnZ2dnUVZ8suWnZ2d@posted.plusnet> NNTP-Posting-Host: 81.151.68.6 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236961142 13699 127.0.0.1 (13 Mar 2009 16:19:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 13 Mar 2009 16:19:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c36g2000yqn.googlegroups.com; posting-host=81.151.68.6; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5078 Date: 2009-03-13T09:19:02-07:00 List-Id: On Mar 13, 9:55=A0am, Tim Rowe wrote: > Ed Falis wrote: > > Try the books on this page:http://www.adaic.org/free/freebook.html > > > Richard Riehle's "Ada Distilled" may be exactly what you're looking for= , > > as it's aimed at experienced programmers. > > Thanks. I am now working through "Ada Distilled". I'm a little nervous > that it says "very little about Ada.Finalization, Storage Pool > Management [...]" -- I hope the "very little" it says is enough for me > to be able to use access types without memory leaks! I suppose I'll find > out when I get there. You may find that you simply don't need to use access types by using the Ada.Containers.* packages. Not forgetting the Ada.Strings.* packages too. I can't remember off hand when I last resorted to using an access type... Cheers -- Martin