Hello,

In c++, let us consider that we have a string or char* functionName and that we know the signature (output and input arguments types) of the function we want to call.
Is there a way to call this function ? I think I have to use function pointer.. But still the problem is to find the pointer of the function by using its name.

Thanks in advance,
rilpo