Link to home
Start Free TrialLog in
Avatar of Mike1066
Mike1066

asked on

Embedding python (or other scripting languages) into a C++ program


I'd like to implement functionality in C++ but give users the ability to write scripts in a language like Python.  These scripts would exists as separate files, which they could edit as regular python (or whatever) scripts.  They would call my C++ functions but the control structures would be native to the scripting language.      

Sorry if this is muddled.  I can clarify.

SOLUTION
Avatar of fl0yd
fl0yd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial