Mar 21 2012 04:57 PM 7775 3 Function pointer ak.nextptr how to assign function pointer to static function? ak.nextptr Profile Answers by ak.nextptr Questions by ak.nextptr Jul 31st, 2012 If int fn(char ch,int a) is static function then function pointer type to above static function will be int (*)(char , int ) cooder Apr 26th, 2012 Using the class name. In case of non static function we need to use the this pointer. Answer Question Select Best Answer
Mar 21 2012 04:57 PM 7775 3 Function pointer ak.nextptr how to assign function pointer to static function? ak.nextptr Profile Answers by ak.nextptr Questions by ak.nextptr Jul 31st, 2012 If int fn(char ch,int a) is static function then function pointer type to above static function will be int (*)(char , int ) cooder Apr 26th, 2012 Using the class name. In case of non static function we need to use the this pointer. Answer Question Select Best Answer
ak.nextptr Profile Answers by ak.nextptr Questions by ak.nextptr Jul 31st, 2012 If int fn(char ch,int a) is static function then function pointer type to above static function will be int (*)(char , int )
cooder Apr 26th, 2012 Using the class name. In case of non static function we need to use the this pointer.