Can someone please tell me in what type of a situation a variable of the following type might be used?
Are there any other ways of achieving the same results? If so, what are the pros and cons of the alternatives?
Thanks in advance.
01001011 01000111
Code:
typedef void (* pFoo)( void * lpsomeData );
Are there any other ways of achieving the same results? If so, what are the pros and cons of the alternatives?
Thanks in advance.
01001011 01000111