C++ expert, please help

来源: 2010-03-18 11:06:05 [旧帖] [给我悄悄话] 本文已被阅读:

I'm looking for a new job, although I'm not a developer, but yesterday I got stucked with following:
int *f()
int (*f)()
I know the second one is function pointer, how about the first one?
Thanks in advance!