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-Thread: 103376,7272aa7508a3d83f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.volia.net!news.banetele.no!dotsrc.org!news.dotsrc.org!not-for-mail Date: Thu, 27 Oct 2005 20:19:51 +0300 Subject: Re: pointer questions Newsgroups: comp.lang.ada References: From: "Martin Krischik" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.50 (Win32, build 7700) Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 213.154.202.230 X-Trace: news.sunsite.dk DXC=@CURoomaYJ2\:k25BLkF8;YSB=nbEKnk;E^N@kS^T Am 27.10.2005, 02:01 Uhr, schrieb Szymon Guz : > Hi, > I've got some maybe stupid questions but I don't understand some things: > > 1. Is there a pointer like (void *) from C that points to anything ? Read: http://en.wikibooks.org/wiki/Ada_Programming/Types/access#Where_is_void.2A.3F And all the text above that sub-chapter. > 2. Is there a universal (like above) pointer for procedure|function that > can point to any kind of procedure|funcion ? How is that supposed to work? Any function - how then are you going to pass any parameters? You don't even have that in C. Martin