回复:C++ expert, please help

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

请您先登陆,再发跟帖!