对象的指针数组使用-C++程序设计(自学考试国考)

对象的指针数组使用函数指针定义形式: int (*p)(int,int); int (A::*P)(int,int); int max(int a,int b){ } int A::max(int a,int b){ }
ppt 文件大小:2.08MB