comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeffrey R. Carter" <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Passing a 2d array into a package and returning the same processed 2d back to main
Date: Wed, 5 Oct 2016 11:57:04 -0700
Date: 2016-10-05T11:57:04-07:00	[thread overview]
Message-ID: <nt3idj$hkv$1@dont-email.me> (raw)
In-Reply-To: <1410516a-584f-4fb1-94a2-57bb9ee80a57@googlegroups.com>

On 10/05/2016 10:19 AM, James Brewer wrote:
>
> Well, I thought it worked by I'm just getting 1's for the output.

How value do you input when asked "How many nodes need to be processed? " If 
it's less than 9, the remaining elements in the array will have random values 
("stack junk") which will probably be True at least half the time. Since your 
algorithm processes all the elements in the 9x9 array, the odds are good that 
every node will end up being True.

The correction is not to declare the array until you know how big it needs to be.

-- 
Jeff Carter
"You can never forget too much about C++."
115

  reply	other threads:[~2016-10-05 18:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-30 22:27 Passing a 2d array into a package and returning the same processed 2d back to main diane74
2016-10-01  0:01 ` Jeffrey R. Carter
2016-10-01 20:01 ` Aurele
2016-10-01 21:04   ` Jeffrey R. Carter
2016-10-01 21:59     ` Aurele
2016-10-01 22:16       ` Jeffrey R. Carter
2016-10-02  0:09         ` Aurele
2016-10-02  7:31           ` Simon Wright
2016-10-03 18:36 ` James Brewer
2016-10-03 19:43   ` Björn Lundin
2016-10-03 21:59     ` James Brewer
2016-10-03 23:16       ` Anh Vo
2016-10-04 11:29       ` Brian Drummond
2016-10-05 16:16         ` James Brewer
2016-10-05 17:19           ` James Brewer
2016-10-05 18:57             ` Jeffrey R. Carter [this message]
2016-10-05 19:53               ` James Brewer
2016-10-05 19:57                 ` AdaMagica
2016-10-05 20:17                 ` Jeffrey R. Carter
2016-10-05 20:58                   ` James Brewer
2016-10-05 22:11                     ` Anh Vo
2016-10-05 19:47             ` Anh Vo
2016-10-05 20:30               ` James Brewer
2016-10-03 20:16   ` Jeffrey R. Carter
replies disabled

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