M
Mark
can someone tell me what the following does
typedef int(&rifii)(int,int)
I'm used to pointers to functions, but am not sure what
the above is used for?
Thanks
Mark
typedef int(&rifii)(int,int)
I'm used to pointers to functions, but am not sure what
the above is used for?
Thanks
Mark