Calling member function that is being pointed.Here is my code: [code]#include <iostream> using std::cout; using std::endl; class foo; c...