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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,86a0768b1790bfd7,start X-Google-Attributes: gid103376,public From: "Kennan" Subject: Quesiton on "Aliased" Date: 2000/10/22 Message-ID: <8ssojv$pc1$1@eng-ser1.erg.cuhk.edu.hk>#1/1 X-Deja-AN: 684221147 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Complaints-To: abuse@erg.cuhk.edu.hk X-Trace: eng-ser1.erg.cuhk.edu.hk 972154303 25985 137.189.90.240 (21 Oct 2000 18:51:43 GMT) Organization: CSE Department X-MSMail-Priority: Normal NNTP-Posting-Date: 21 Oct 2000 18:51:43 GMT Newsgroups: comp.lang.ada Date: 2000-10-21T18:51:43+00:00 List-Id: I would like to ask that if a variable is declared as "aliased", then if I have just assigned a value to the variable, then will the access types variables(pointers) point to that variable at once ?? As when I declare a variable as "aliased", and after I have assigned a value to it, I find that the pointers point to it at once, even I haven't called it to do so..So I would like to ask if any one knows why?