9
Recapping Lua-C++ Communication Mechanisms
In Part 2 of this book, we learned how to call Lua from C++. In Part 3, we learned how to call C++ from Lua. In the course of this book, we have explored many examples, some of which depend on advanced C++ techniques.
This chapter will summarize all the communication mechanisms between Lua and C++, stripping away most of the C++ details. We will also dig deeper into some of the topics that we have not demonstrated in the examples yet.
You can use this chapter to recap what you have learned. For each topic, we will list some important Lua library functions. You can check the Lua reference manual for more related functions.
In the future, as you progress in your programming journey, you might adopt ...
Get Integrate Lua with C++ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.