Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!amdahl!pyramid!voder!apple!turner From: turner@Apple.COM (Doug Turner) Newsgroups: comp.lang.c++ Subject: Syntax query Keywords: pointer to function Message-ID: <14652@apple.Apple.COM> Date: 25 Jul 88 17:01:19 GMT Organization: Apple Computer Inc, Cupertino, CA Lines: 17 Hi, I've got a syntax question. Is the following correct syntax for a pointer to a funtion that takes arguments and that returns a class? Note the arguements themselves are classes. class MyClass{ ... public: AnyClass (*PtrToFuncReturningAnyClass)(Class1 arg1, Class2 arg2, etc); ... } Your help would be much appreciated. Cheers, DT