Promixis
April 18th, 2004, 08:07 PM
http://tonyandpaige.com/tutorials/
Lua
Lua Tutorial #1 - This tutorial is a gentle introduction to the Lua scripting language. It shows the basics of integrating Lua into a C++ program on Linux and Windows. A simple "Hello, World!" example is provided for download.
Lua Tutorial #2 - Building on the first tutorial, this one explains how to define functions in Lua and call them from a C++ program. Another simple example is provided for Windows and Linux.
Lua Tutorial #3 - The conclusion of my Lua tutorials for now, this one explains how to call a C++ function from Lua. There is also a brief discussion of error handling. The sample program demonstrates taking a variable number of arguments and returning more than one value.
Lua
Lua Tutorial #1 - This tutorial is a gentle introduction to the Lua scripting language. It shows the basics of integrating Lua into a C++ program on Linux and Windows. A simple "Hello, World!" example is provided for download.
Lua Tutorial #2 - Building on the first tutorial, this one explains how to define functions in Lua and call them from a C++ program. Another simple example is provided for Windows and Linux.
Lua Tutorial #3 - The conclusion of my Lua tutorials for now, this one explains how to call a C++ function from Lua. There is also a brief discussion of error handling. The sample program demonstrates taking a variable number of arguments and returning more than one value.