alligatorsql.com
06-26-02, 12:47
| Hello everybody, We have a problem in C++. We want to do something similar in C++ like java.lang.reflect in JAVA. So ... we have a base class with for example 10 inherited classes. During runtime we read a file and in the file there is a text of the next class to be allocated. Now read the text and want to generate that class during runtime. How can we do this ? Thanks for your help Manfred |