Items related to Integrate Lua with C++: Seamlessly integrate Lua scripting...

Integrate Lua with C++: Seamlessly integrate Lua scripting to enhance application flexibility - Softcover

 
Image Not Available
  • PublisherPackt Publishing
  • Publication date2023
  • ISBN 10 1805128612
  • ISBN 13 9781805128618
  • BindingPaperback
  • LanguageEnglish
  • Number of pages216

Search results for Integrate Lua with C++: Seamlessly integrate Lua scripting...

Stock Image

Wenhuan Li
Published by Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Softcover

Seller: California Books, Miami, FL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # I-9781805128618

Contact seller

Buy New

US$ 55.00
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New PAP
Print on Demand

Seller: PBShop.store US, Wood Dale, IL, U.S.A.

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9781805128618

Contact seller

Buy New

US$ 60.44
Convert currency
Shipping: FREE
Within U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Softcover

Seller: Books Puddle, New York, NY, U.S.A.

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

Condition: New. Seller Inventory # 26398541631

Contact seller

Buy New

US$ 60.92
Convert currency
Shipping: US$ 3.99
Within U.S.A.
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New PAP
Print on Demand

Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

PAP. Condition: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Seller Inventory # L0-9781805128618

Contact seller

Buy New

US$ 59.48
Convert currency
Shipping: US$ 5.44
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Softcover
Print on Demand

Seller: Majestic Books, Hounslow, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. Print on Demand. Seller Inventory # 397868256

Contact seller

Buy New

US$ 62.95
Convert currency
Shipping: US$ 8.51
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Softcover
Print on Demand

Seller: Biblios, Frankfurt am main, HESSE, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Condition: New. PRINT ON DEMAND. Seller Inventory # 18398541621

Contact seller

Buy New

US$ 68.63
Convert currency
Shipping: US$ 11.29
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 4 available

Add to basket

Stock Image

Wenhuan Li
Published by Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Paperback / softback
Print on Demand

Seller: THE SAINT BOOKSTORE, Southport, United Kingdom

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Paperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526. Seller Inventory # C9781805128618

Contact seller

Buy New

US$ 65.45
Convert currency
Shipping: US$ 15.71
From United Kingdom to U.S.A.
Destination, rates & speeds

Quantity: Over 20 available

Add to basket

Seller Image

Wenhuan Li
Published by Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
New Taschenbuch
Print on Demand

Seller: AHA-BUCH GmbH, Einbeck, Germany

Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

Taschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Discover the perfect synergy between C++ and Lua to create powerful, adaptable, and high-performing software solutionsKey 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 Elektronisches BuchBook 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. 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.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 scriptingWho 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.Table of Contents Get and Build Lua with C++ Lua Fundamentals How to Call Lua from C++ Map Lua Types to C++ Work with Lua Tables How to Call C++ from Lua User Defined Types in C++ A C++ Template Class to Export C++ to Lua Some Advanced Techniques Managing Resources Multithreading. Seller Inventory # 9781805128618

Contact seller

Buy New

US$ 86.32
Convert currency
Shipping: US$ 34.10
From Germany to U.S.A.
Destination, rates & speeds

Quantity: 1 available

Add to basket