Gentle People:
Please excuse any concerns about this question being posted to the
wrong reflector
as I am not sure where to ask this question!
Question: Concerning applications which read in and then compile or
interpret a script
(Source) which contains C or C++ code or code which is similar to C/C++.
The script once
built becomes a function which is executable via the top level
application menus.
How is this concept implemented?
Can one build a dynamic link library in an application (via gcc)
and then execute the
function contained in that library in the same application?
One might call the new function as a subprogram?
P.S. Is there a better reflector for this type of application
question?
Thomas Dineen