Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!rutgers!lll-lcc!pyramid!batcomputer!gdykes From: gdykes@batcomputer.tn.cornell.edu (Gene Dykes) Newsgroups: comp.lang.c++ Subject: Cornell V1.2 Bug Report (4/5) Message-ID: <912@batcomputer.tn.cornell.edu> Date: Thu, 7-May-87 10:24:26 EDT Article-I.D.: batcompu.912 Posted: Thu May 7 10:24:26 1987 Date-Received: Sat, 9-May-87 09:37:55 EDT Reply-To: gdykes@tcgould.tn.cornell.edu.UUCP (Gene Dykes) Distribution: world Organization: Cornell Theory Center, Cornell University, Ithaca NY Lines: 14 // It appears that a pointer to a function cannot be the first argument // in a function... void a (int, void (*)()) ; // no problem here void b (void (*)()) ; // syntax error !!! // So, whenever I want to do something like that, I have to pass along // a dummy argument to keep CC happy. -- Gene Dykes, 120 Rand Hall, Cornell U., Ithaca, NY 14853 (607)255-6713 UUCP: {uw-beaver,ihnp4,decvax,allegra,vax135}!cornell!batcomputer!gdykes ARPA: gdykes@tcgould.tn.cornell.edu BITNET: gdykes@CRNLTHRY