Embedding Lua in C++ #8 - Tables

preview_player
Показать описание
These videos describe how to embed Lua into a native application and interface with the Lua C API. They do not cover how to use the scripting language itself.

The stub project for these videos is available here.

The tutorial is on Windows and using CMake and Visual Studio, but you could build this code on pretty much any platform.
Рекомендации по теме
Комментарии
Автор

Well, now You had mentioned Python... If anyone - idle - should have been Eric... :)

MrPiotrwie
Автор

In production code, shouldn't the C programmer be very careful to clean up the stack manually?

ismailAx