What would be the best way, if possible, to load a dynamic library and call one of its functions if we do not know the function name at compile time?
For example, is there a way to make a program that reads a line from a file and then loads the DLL and looks for and calls a function with its name, which is the line read from the file?
Help would be greatly appreciated.
c ++ function windows dynamic dll
slartibartfast
source share