Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!usc!zaphod.mps.ohio-state.edu!wuarchive!udel!haven!uflorida!yms@cis.ufl.edu From: yms@cis.ufl.edu (Yuh-Ming Shyy) Newsgroups: comp.lang.c++ Subject: Dynamically creating type in C++ Message-ID: <27091@uflorida.cis.ufl.EDU> Date: 23 Feb 91 01:29:38 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 9 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