[Solved] C++ – Programmatically call correct function parameters [duplicate]
It’s called reflection, you cannot do this with c++. Use another languages like java or c# for that. 6 solved C++ – Programmatically call correct function parameters [duplicate]