Message-ID: <35652BB5.337B@linetap.com> From: nebo Organization: neboland MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Pointers to Functions, some help please? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 6 Date: Fri, 22 May 1998 04:33:11 GMT NNTP-Posting-Host: lan-cayuga-32.linetap.com NNTP-Posting-Date: Fri, 22 May 1998 00:33:11 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk How does one initialize and access an array of pointers to functions( assuming this is even possible ), under DJGPP. Until now, I've had the need to only use a single pointer. If anyone knows, I'd appreciate the help. Nb