From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Pointers to Functions, some help please? Date: Fri, 22 May 1998 01:42:16 -0400 Organization: Nocturnal Aviation Lines: 18 Message-ID: <6k32ud$qs3@news-central.tiac.net> References: <35652BB5 DOT 337B AT linetap DOT com> NNTP-Posting-Host: p17.tc3.newyo.ny.tiac.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk nebo wrote in message <35652BB5 DOT 337B AT linetap DOT com>... :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. ========= This is not really a djgpp question. Get the comp.lang.c FAQ from ftp://rtfm.mit.edu/pub/usenet-by-group and check out questions 1.21 and 1.34 For that matter, reading the whole thing won't hurt you. If you want an expanded version, check your bookstore for Steve Summit's C FAQ book. ========= : : Nb