Category Archives: C++
Lua 5.2 and Luna Five Example
This post covers a basic C++ example using Luna Five with Lua 5.2. The example implements an account class in C++ and binds the class to the Lua environment using Luna Five and was inspired by the example in [3]. … Continue reading