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,7010058c6812c56a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Thu, 01 Jun 2006 15:11:14 -0500 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: pointers References: Date: Thu, 01 Jun 2006 22:10:56 +0200 Message-ID: <87y7wgd4bz.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:+igCBU8XaJ3Bx7d6vLSA4MOv64E= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 62.235.57.121 X-Trace: sv3-8vH9T3GZxpSdzVxdG6YqXfzp0fHRop1FsJtIZ0O6+816TTC4cbOlv2uSX5jYcFUC5RgguOumCgq0t92!UBqxNdEYjO2tloBn7OxKmfup9AnwF3pNYjNNK36PKYnZVPuEmoiaLb5SnxKRsNbgLNmC4onseA== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4641 Date: 2006-06-01T22:10:56+02:00 List-Id: Schüle Daniel writes: > Hello, > > are there some page out there explaining Ada pointers for > C programmers? > > Ada pitfalls for C mind set etc > > especially wheather or not object should explicitely > allow to point to it > how to create (heap) memory pools > how to point to stack objects ... and so on On http://www.adaic.org/learn/textbook.html , the book "Ada Distilled" by Richard Riehle has what you want starting on page 33. -- Ludovic Brenta.