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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,17698040b86f93e8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-12-16 11:01:31 PST Path: supernews.google.com!sn-xit-02!supernews.com!router1.news.adelphia.net!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: classes and pointers Date: Sat, 16 Dec 2000 20:57:21 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <91ge2e$7jn$1@news.huji.ac.il> References: <91g989$rlg$1@news3.inter.net.il> NNTP-Posting-Host: di3-118.dialin.huji.ac.il X-Trace: news.huji.ac.il 976993167 7799 132.64.13.118 (16 Dec 2000 18:59:27 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Sat, 16 Dec 2000 18:59:27 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: supernews.google.com comp.lang.ada:3208 Date: 2000-12-16T20:57:21+02:00 List-Id: wrote in message news:YqO_5.35915$M5.1372656@news1.frmt1.sfba.home.com... > >a) Pointer.all.do1 > Try a procedure call do1(Pointer.all); just as you would do1(x); Which should be obvious, since somewhere you must also allocate the memory (use "new"). -- Ehud Lamm mslamm@mscc.huji.ac.il