From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b82917c628cc6fdf X-Google-Attributes: gid103376,public From: robert_dewar@my-dejanews.com Subject: Re: Ada 83 Pointers question Date: 1999/01/21 Message-ID: <787fcm$k03$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 435238312 References: <36A658CA.97438B6@cacd.rockwell.com> X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) X-Http-Proxy: 1.0 x16.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Thu Jan 21 14:59:41 1999 GMT Newsgroups: comp.lang.ada Date: 1999-01-21T00:00:00+00:00 List-Id: In article <36A658CA.97438B6@cacd.rockwell.com>, aalowe@cacd.rockwell.com wrote: > Now since we are safety critical, we have been forbidden > from using a new clause and since the 'Access does not > exist yet, the engineer created a unchecked conversion to > go between a System.Address and a boolean pointer. Thus > when the 'snapshot' is created, it then references the > boolean pointer element to the array of the record to the > 'Address of the boolean component. Whew! I am having trouble understanding the above paragraph. As best I understand it, it says "Since we are safety critical, we have been forbidden from doing this in the safe and reliable way, and have instead rigged up a highly non-portable unsafe way of doing things that may or may not work, but it seems to work OK, so we guess it's OK, though it leaves us feeling uncomfortable". -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own