Integrate Lua with C++ seamlessly integrate Lua scripting to enhance application flexibility

Discover the perfect synergy between C++ and Lua to create powerful, adaptable, and high-performing software solutions Key Features Get hands-on experience by integrating Lua with C++ Explore real-life project-ready advanced techniques for your future projects Learn Lua through practical coding exam...

Full description

Bibliographic Details
Main Author: Li, Wenhaun
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing Ltd. 2023
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03483nmm a2200361 u 4500
001 EB002187416
003 EBX01000000000000001324901
005 00000000000000.0
007 cr|||||||||||||||||||||
008 231204 ||| eng
020 |a 9781805123637 
050 4 |a QA76.73.L82 
100 1 |a Li, Wenhaun 
245 0 0 |a Integrate Lua with C++  |h [electronic resource]  |b seamlessly integrate Lua scripting to enhance application flexibility  |c Wenhuan Li 
260 |a Birmingham, UK  |b Packt Publishing Ltd.  |c 2023 
300 |a 1 online resource 
653 |a Lua (Computer program language) / fast 
653 |a Lua (Langage de programmation) 
653 |a C++ (Langage de programmation) 
653 |a C++ (Computer program language) / http://id.loc.gov/authorities/subjects/sh87007505 
653 |a C++ (Computer program language) / fast 
653 |a Lua (Computer program language) / http://id.loc.gov/authorities/subjects/sh2004007514 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781805128618 
776 |z 1805128612 
776 |z 9781805123637 
776 |z 1805123637 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781805128618/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a Discover the perfect synergy between C++ and Lua to create powerful, adaptable, and high-performing software solutions Key Features Get hands-on experience by integrating Lua with C++ Explore real-life project-ready advanced techniques for your future projects Learn Lua through practical coding examples and exercises Purchase of the print or Kindle book includes a free PDF eBook Book Description C++ is a popular choice in the developer community for building complex and large-scale performant applications and systems. Often a need arises to extend the system at runtime, without recompiling the whole C++ program. Using a scripting language like Lua can help achieve this goal efficiently. Integrate Lua to C++ is a comprehensive guide to integrating Lua to C++ and will enable you to achieve the goal of extending C++ programs at runtime.  
520 |a What you will learn Explore how to access and compile Lua source code Call Lua code from C++ for enhanced functionality Integrate C++ code into Lua for powerful interactions Deepen your understanding of Lua stack for advanced usage Implement a project-ready Lua executor and binding generator Extend C++ projects with customizable and extensible Lua scripting Who this book is for This book is for C++ developers seeking to seamlessly integrate Lua, learn the Lua programming language by examples, or enhance their understanding of Lua-C++ interaction. Basic knowledge of C++ is required to fully benefit from this book 
520 |a You'll learn, in sequence, how to get and compile the Lua library, the Lua programming language, calling Lua code from C++, and calling C++ code from Lua. In each topic, you'll practice with code examples, and learn the in-depth mechanisms for smooth working. Throughout the book, the latter examples build on the earlier ones while also acting as a standalone. You'll learn to implement Lua executor and Lua binding generator, which you can use in your projects directly with further customizations. By the end of this book, you'll have mastered integrating Lua into C++ and using Lua in your C++ project efficiently, gained the skills to extend your applications at runtime, and achieved dynamic and adaptable C++ development.