1) 函數指針的初始化。 函數如下: int CompareString(const string str1, const string str2) { return str1.compare(str2); } 函數的初始化有兩種方式: 第一種,也是最普遍的方式: int (*C