lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


TNHarris wrote:
Hello,

I'd like to wrap the Lua API in a C++ class to take advantage of
overloading and default arguments, etc. I looked at Paolo Capriotti's
library but it seems to be oriented for using C++ objects on the stack.
I don't need that so much as just a more convenient way to use Lua.

Maybe LuaPlus is what you need.

http://luaplus.org/tiki-index.php

Regards,
Ignacio