comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Depth First Search of a Char_Matrix?
Date: Sat, 27 Apr 2013 10:25:57 -0700
Date: 2013-04-27T10:25:57-07:00	[thread overview]
Message-ID: <klh1h4$hhr$1@dont-email.me> (raw)
In-Reply-To: <f892989f-3d1b-4bfc-a518-8d7fe98db456@googlegroups.com>

On 04/27/2013 08:35 AM, Shark8 wrote:
>
>      SubType Board_Range is Positive Range 1..5;
>      Type Board_Type is Array(Board_Range,Board_Range) of Access Piece;
>
>      Board : Board_Type:= (others => (others => Null));
>
>      Function Is_Alive(	Board	: Board_Type;
> 			X, Y	: Board_Range
> 		      ) return Boolean is
> 	Use Type System.Address;
> 	Package Address_List_Package is New Ada.Containers.Indefinite_Vectors(
> 		Index_Type	=> Positive,
> 		Element_Type	=> System.Address);

There is absolutely no reason to use access types (especially not anonymous 
access types) or addresses for this problem.

-- 
Jeff Carter
"Sheriff murdered, crops burned, stores looted,
people stampeded, and cattle raped."
Blazing Saddles
35



  reply	other threads:[~2013-04-27 17:25 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-27 14:09 Depth First Search of a Char_Matrix? Alex
2013-04-27 15:35 ` Shark8
2013-04-27 17:25   ` Jeffrey Carter [this message]
2013-04-27 18:16     ` Shark8
2013-04-27 18:48       ` Dmitry A. Kazakov
2013-04-27 18:58         ` Shark8
2013-04-27 20:16           ` Dmitry A. Kazakov
2013-04-27 19:31       ` Simon Wright
2013-04-27 20:04         ` Shark8
2013-04-28  3:26       ` Jeffrey Carter
2013-04-27 16:27 ` Alex
2013-04-27 16:34   ` Shark8
2013-04-27 16:51     ` Alex
2013-04-27 16:55       ` Alex
2013-04-27 19:05       ` Shark8
2013-04-27 22:54         ` Alex
2013-04-27 22:56         ` Alex
2013-04-27 23:34           ` Shark8
2013-04-27 23:38             ` Alex
2013-04-29 20:55             ` Alex
2013-04-29 23:40               ` Jeffrey Carter
2013-04-30 10:49               ` AdaMagica
2013-04-28 10:50 ` AdaMagica
replies disabled

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