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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d8e7e976ead4a812 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 07:36:45 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.240.42.8!luth.se!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: Function pointer in Ada? Date: Tue, 14 May 2002 16:36:41 +0200 Organization: Siemens AG Message-ID: <3CE120F9.8583214A@icn.siemens.de> References: <5f4adaeaa2a7b35810acd4e20fb98b25.86200@mygate.mailgate.org> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:24024 Date: 2002-05-14T16:36:41+02:00 List-Id: Henrik Quintel wrote: > > Hi, as the most people know, in C there is the possibility to make use > of a function pointer. In Ada this not possible. Not quite right. > Does someone knows how > is it possible to make use of such a feature like a function pointer in > Ada? Have a look at "access to subprograms".