comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeffrey R. Carter" <spam.not.jrcarter@acm.not.spam.org>
Subject: Re: pointers
Date: Fri, 02 Jun 2006 04:36:15 GMT
Date: 2006-06-02T04:36:15+00:00	[thread overview]
Message-ID: <3fPfg.758937$084.534436@attbi_s22> (raw)
In-Reply-To: <e5ng6j$nb7$1@news2.rz.uni-karlsruhe.de>

Sch�le Daniel wrote:
> 
> are there some page out there explaining Ada pointers for
> C programmers?

The important thing for a C person to learn about Ada is not how to use 
access types, but how many things that cannot be done without pointers 
in C can be done without them in Ada. For most applications (language 
processing tools apparently excepted) you should never need to use 
access types in your code. The only time you'd use access types is to 
create dynamic data structures, and there only in the implementation, 
not the interface; since so many fine libraries already provide such 
structures and hide the access types, you'd only do that as a learning 
experience.

-- 
Jeff Carter
"Spam! Spam! Spam! Spam! Spam! Spam! Spam! Spam!"
Monty Python's Flying Circus
53



  parent reply	other threads:[~2006-06-02  4:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-01 19:46 pointers Schüle Daniel
2006-06-01 20:10 ` pointers Ludovic Brenta
2006-06-02  4:36 ` Jeffrey R. Carter [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-03-06  9:35 Pointers Jon Freeman
1995-03-06 12:27 ` Pointers Robert A Duff
1995-03-07 12:20 ` Pointers Robert Dewar
     [not found]   ` <3jki04$9bj@theopolis.orl.mmc.com>
1995-03-12 23:02     ` Pointers Robert A Duff
1995-03-13 15:54     ` Pointers Tucker Taft
1995-03-13 20:16 ` Pointers David Kusuda
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox