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,ca21162c929cc36f,start X-Google-Attributes: gid103376,public From: Vasilios Tourloupis Subject: Implementing pointers to pointers in Ada Date: 1996/09/09 Message-ID: #1/1 X-Deja-AN: 179447035 organization: Monash University x-sender: vasilios@firefly.sd.monash.edu.au content-type: TEXT/PLAIN; charset=US-ASCII mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-09-09T00:00:00+00:00 List-Id: Dear Ada users, As the title suggests, how would I go about implementing pointers to pointers in Ada? For example, I have declared the following variable in C: unsigned **a; How would this be expressed in Ada terms? Thanx in advance, Bill Tourloupis +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Vasilios E. Tourloupis | vasilios@insect.sd.monash.edu.au | | Dept. of Software Development | vasilios@hestia.sd.monash.edu.au | | Monash University, | /\ | | Caulfield East, Vic., 3145 |___________/\ / \_______________| | Australia | \/ | +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Disclaimer: There are some that call me Bill! But I don't know why? | +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+