[comp.lang.c++] Dynamically creating type in C++

yms@cis.ufl.edu (Yuh-Ming Shyy) (02/23/91)

Is there anyone who knows whether it is possible 
to use C++ to write an interpreter which can 
interactively accept a user's command to dynamically 
create a type and thereafter the user can create 
instance of this type without having to leave the 
interpreter and recompile the schema? Any comment 
is appreciated. Thanks.

yms@reef.cis.ufl.edu