Hi All, I want to write a function(say foo) which takes string as an argument and returns a function pointer ,however this pointer points to following function:
DWORD WINAPI fThread1(LPVOID lparam)
Also the function(foo) is member of a class so i will be defining it and declaring it in seperate files(header and .cpp files). Please help me with the declaration syntax.
Thanks and Regards