C++ Implementing scripting (Repeatable Actions) -


I have a desktop app written in C ++. It does many different things and interacts with a database is. I have done most of the tasks to be selected from a list. Actions are done sequentially on data sets and should be saved later and played later on a different result set.

Actions are usually done from a drop down menu and no load / saves the disk operation

added, this app is not written in OOP style

Added, this application does not require scripting capability, but if it is the easiest way to go properly.

This is a great, simple scripting language, easily embedded in your application.


Comments