comp.lang.ada
 help / color / mirror / Atom feed
From: MaryAnn Atkinson <maryann_30@yahoo.com>
To: comp.lang.ada@ada.eu.org
Subject: Questions about Unchecked_Conversion
Date: 1999/12/15
Date: 1999-12-15T20:16:11+00:00	[thread overview]
Message-ID: <19991215201559.23735.qmail@web218.mail.yahoo.com> (raw)

1. Could someone please explain a few things about Unchecked Conversion
   and what it really does for me? What if I dont have it there?

2. What is the difference (as far as unchecked_conversion is concerned)

   between the following?

   a. FUNCTION ABC(A, B);
   b. FUNCTION KLM IS NEW Unchecked_Conversion(A, B);

   Could the KLM function be defined the same as the ABC function
above, 
   but in the body of the KLM function be placed a WITH
Unchecked_Conversion;
   statement? Would this have the same effect?

3. What happens if we place the statement With Unchecked_Conversion; 
   somewhere in the top of our program? Does this mean that from then
   on, and for the whole pgm, no conversion exception is raised 
   anywhere?

MAA


__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com







             reply	other threads:[~1999-12-15  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-15  0:00 MaryAnn Atkinson [this message]
1999-12-15  0:00 ` Questions about Unchecked_Conversion reason67
1999-12-15  0:00 ` Matthew Heaney
1999-12-16  0:00 ` Charles H. Sampson
1999-12-16  0:00   ` Matthew Heaney
1999-12-17  0:00     ` reason67
1999-12-18  0:00     ` Charles H. Sampson
replies disabled

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