回複:C++ expert, please help

int *f(); //Function returning int pointer
int (*p)(); //Pointer to function returning int

請您先登陸,再發跟帖!