[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: How to enumerate a Lua table in C++?
- From: Gopalakrishnan Subramani <gopalakrishnan.subramani@...>
- Date: Thu, 25 Nov 2010 16:35:22 +0530
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