lua-users home
lua-l archive

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


I am trying to create a prototype, in that we have a Lua table and we want to enumerate the elements of the lua table in C++ and print them.

How to enumerate a lua table in C++? To get the lua table, we call a lua function in C++ and that lua function returns the lua table.

Any source code example would be appreciated.

Regards,

Gopalakrishnan