Preface
This book teaches you how to integrate Lua into C++.
Lua is a simple and efficient scripting language that has been widely adopted in the gaming industry and embedded systems. In those two fields, a large portion of the control programs and applications are written in C++.
By bridging Lua and C++ together, you can open more doors and opportunities for yourself.