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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,86a0768b1790bfd7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-10-24 19:34:49 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!dyn179-ras38.screaming.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: Quesiton on "Aliased" Date: Wed, 25 Oct 2000 02:14:26 +0100 Message-ID: <8t5gs5$m1sl5$1@ID-25716.news.cis.dfn.de> References: <8ssojv$pc1$1@eng-ser1.erg.cuhk.edu.hk> NNTP-Posting-Host: dyn179-ras38.screaming.net (212.188.133.179) X-Trace: fu-berlin.de 972441286 23130789 212.188.133.179 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: supernews.google.com comp.lang.ada:1530 Date: 2000-10-25T02:14:26+01:00 List-Id: Please also post: the relevant code (with irrelevant stuff removed as much as possible); the compiler and operating system (and their versions); what you have already tried, and what possibilities you have already eliminated (if any); what other sources of information you have already exhausted. We (I at least ;-) will try to help you. -- Nick Roberts http://www.AdaOS.org "Kennan" wrote in message news:8ssojv$pc1$1@eng-ser1.erg.cuhk.edu.hk... > 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?