Is there someone who knows how to construct classes at run time from scratch, not at compile time?
With other words, we give a function some arguments; say name, functions member names, data member names, and the function will create the class from these arguments and return a pointer where the class is.
Is there any way to construct or create such a class at run time using either C or C++ or maybe mixing with assembly language?