comp.lang.ada
 help / color / mirror / Atom feed
* Questions about Unchecked_Conversion
@ 1999-12-15  0:00 MaryAnn Atkinson
  1999-12-15  0:00 ` Matthew Heaney
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: MaryAnn Atkinson @ 1999-12-15  0:00 UTC (permalink / raw)
  To: comp.lang.ada

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







^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1999-12-18  0:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-15  0:00 Questions about Unchecked_Conversion MaryAnn Atkinson
1999-12-15  0:00 ` Matthew Heaney
1999-12-15  0:00 ` reason67
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

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