Basic Scripting Engine
Hello.
I was wondering, if someone could show me the code to create a very basic scripting engine. For example, a Win32 Con. App. in VC++, which reads some info or keywords from a .txt file and executes them or processes the info somehow. Code and or web sites would be greatly appreciated. Thanks in advance!
I am not worthy of a sig!
I am not worthy of a sig! ;)
Hi!
Check out the ''Implementing A Scripting Engine'' series on FlipCode:
http://www.flipcode.com/tutorials.shtml
Have fun
MK42
Check out the ''Implementing A Scripting Engine'' series on FlipCode:
http://www.flipcode.com/tutorials.shtml
Have fun
MK42
Go look at LUA, it''s a open-source embedded scripting language done in C. It''s quite nice:
http://www.tecgraf.puc-rio.br/lua/
Morbo
http://www.tecgraf.puc-rio.br/lua/
Morbo
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement