Articoli correlati a Integrate Lua with C++: Seamlessly integrate Lua scripting...

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

 
9781805128618: Integrate Lua with C++: Seamlessly integrate Lua scripting to enhance application flexibility
  • EditorePackt Publishing
  • Data di pubblicazione2023
  • ISBN 10 1805128612
  • ISBN 13 9781805128618
  • RilegaturaCopertina flessibile
  • LinguaInglese
  • Numero di pagine216

Risultati della ricerca per Integrate Lua with C++: Seamlessly integrate Lua scripting...

Foto dell'editore

Wenhuan Li
Editore: Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo Brossura

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

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo I-9781805128618

Contatta il venditore

Compra nuovo

EUR 50,13
Convertire valuta
Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Wenhuan Li
Editore: Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo PAP
Print on Demand

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

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

PAP. Condizione: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Codice articolo L0-9781805128618

Contatta il venditore

Compra nuovo

EUR 55,08
Convertire valuta
Spese di spedizione: GRATIS
In U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Wenhuan Li
Editore: Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo PAP
Print on Demand

Da: PBShop.store UK, Fairford, GLOS, Regno Unito

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

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

Contatta il venditore

Compra nuovo

EUR 53,39
Convertire valuta
Spese di spedizione: EUR 4,89
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Wenhuan Li
Editore: Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo Brossura

Da: Ria Christie Collections, Uxbridge, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. In. Codice articolo ria9781805128618_new

Contatta il venditore

Compra nuovo

EUR 52,67
Convertire valuta
Spese di spedizione: EUR 14,07
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Wenhuan Li
Editore: Packt Publishing Limited, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo Paperback / softback
Print on Demand

Da: THE SAINT BOOKSTORE, Southport, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback / softback. Condizione: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526. Codice articolo C9781805128618

Contatta il venditore

Compra nuovo

EUR 58,12
Convertire valuta
Spese di spedizione: EUR 14,10
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Wenhuan Li
Editore: Packt Publishing, 2023
ISBN 10: 1805128612 ISBN 13: 9781805128618
Nuovo Taschenbuch
Print on Demand

Da: AHA-BUCH GmbH, Einbeck, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Taschenbuch. Condizione: 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. Codice articolo 9781805128618

Contatta il venditore

Compra nuovo

EUR 70,84
Convertire valuta
Spese di spedizione: EUR 30,06
Da: Germania a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello