回複:C++ expert, please help

來源: 2010-03-18 11:15:06 [博客] [舊帖] [給我悄悄話] 本文已被閱讀:

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