Using C++ With Lua 🏷️
A C++ program that calls a Lua script (2025-04-21)
Alright, so after preparing Lua, here are
a few small first step on how to make use of this language within a C++ context
Calling a Lua/C++ function from C++/Lua code (2025-05-03)
Another post in my series on how to use C++ with Lua; this time it’s about calling a function of one language from code of the other language.