Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!bacchus.pa.dec.com!decvax.dec.com!zinn!nuucp From: mjv@objects.mv.com (Michael J. Vilot) Newsgroups: comp.lang.c++ Subject: Re: Pointers to overloaded functions Message-ID: <905@zinn.MV.COM> Date: 2 Sep 90 19:58:31 GMT Sender: nuucp@zinn.MV.COM Lines: 17 Steve Madere writes: > | void printmythingy(T1, void(*)(char*), T2); > > No, no, no. You're missing the whole point. > I need to install all sorts of functions. I'm afraid Steve Clamage is right -- the ``well-defined'' way to express pointers is to correctly state their type. His example does what you asked. If you have the need to install functions of different types, you can overload your InstallAction function to accepts the different types of functions. -- Mike Vilot, ObjectWare Inc, Nashua NH mjv@objects.mv.com (UUCP: ...!decvax!zinn!objects!mjv)