Idioma: Inglés
Publicado por Packt Publishing, Limited, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: Better World Books Ltd, Dunfermline, Reino Unido
EUR 10,78
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: Good. Ships from the UK. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages.
Librería: HPB-Red, Dallas, TX, Estados Unidos de America
EUR 27,31
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Librería: HPB-Red, Dallas, TX, Estados Unidos de America
EUR 27,31
Cantidad disponible: 1 disponibles
Añadir al carritopaperback. Condición: Very Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or limited writing/highlighting. We ship orders daily and Customer Service is our top priority!
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 38,52
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Idioma: Inglés
Publicado por Packt Publishing 1/31/2020, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: BargainBookStores, Grand Rapids, MI, Estados Unidos de America
EUR 40,84
Cantidad disponible: 5 disponibles
Añadir al carritoPaperback or Softback. Condición: New. Advanced C++ Programming Cookbook. Book.
Librería: California Books, Miami, FL, Estados Unidos de America
EUR 42,90
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
Librería: GreatBookPrices, Columbia, MD, Estados Unidos de America
EUR 43,34
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: Rarewaves.com USA, London, LONDO, Reino Unido
EUR 54,48
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. A recipe-based guide to refining your C++ programming skills with the help of coding best practices, advanced programming concepts, and the latest features of C++17 and C++20Key FeaturesLearn how to develop and design your own librariesFind solutions to your app development problems and implement them in a highly reusable manner, following library development best practicesExplore advanced C++ features such as containers, coroutines, and modulesBook DescriptionIf you think you've mastered C++ and know everything it takes to write robust applications, you'll be in for a surprise. With this book, you'll gain comprehensive insights into C++, covering exclusive tips and interesting techniques to enhance your app development process.You'll kick off with the basic principles of library design and development, which will help you understand how to write reusable and maintainable code. You'll then discover the importance of exception safety, and how you can avoid unexpected errors or bugs in your code. The book will take you through the modern elements of C++, such as move semantics, type deductions, and coroutines. As you advance, you'll delve into template programming - the standard tool for most library developers looking to achieve high code reusability. You'll explore the STL and learn how to avoid common pitfalls while implementing templates. Later, you'll learn about the problems of multithreaded programming such as data races, deadlocks, and thread starvation. You'll also learn high-performance programming by using benchmarking tools and libraries. Finally, you'll discover advanced techniques for debugging and testing to ensure code reliability.By the end of this book, you'll have become an expert at C++ programming and will have gained the skills to solve complex development problems with ease.What you will learnSolve common C++ development problems by implementing solutions in a more generic and reusable wayAchieve different levels of exception safety guarantees by introducing precise declarationsWrite library-quality code that meets professional standardsPractice writing reliable, performant code that exposes consistent behavior in programsUnderstand why you need to implement design patterns and how it's doneWork with complex examples to understand various aspects of good library designWho this book is forThis book is for intermediate and expert-level C++ developers who are looking to explore the lesser known functionalities of the language to improve the efficiency of their code and the way they develop applications. Basic knowledge of object-oriented programming concepts and the Standard Template Library (STL) is assumed.
Idioma: Inglés
Publicado por Packt Publishing 2020-01, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: Chiron Media, Wallingford, Reino Unido
EUR 38,12
Cantidad disponible: 10 disponibles
Añadir al carritoPF. Condición: New.
EUR 41,04
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New.
EUR 45,16
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: As New. Unread book in perfect condition.
Librería: GoldBooks, Denver, CO, Estados Unidos de America
EUR 64,47
Cantidad disponible: 1 disponibles
Añadir al carritoCondición: new.
Librería: Mispah books, Redhill, SURRE, Reino Unido
EUR 69,57
Cantidad disponible: 1 disponibles
Añadir al carritoPaperback. Condición: New. New. book.
EUR 47,42
Cantidad disponible: Más de 20 disponibles
Añadir al carritoCondición: New. This book is for C++ developers with a good understanding of the language and an interest in advanced language features, who want to obtain expert skills to solve recurring problems with tailormade solutions.
Idioma: Inglés
Publicado por Packt Publishing Limited, GB, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: Rarewaves.com UK, London, Reino Unido
EUR 51,11
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback. Condición: New. A recipe-based guide to refining your C++ programming skills with the help of coding best practices, advanced programming concepts, and the latest features of C++17 and C++20Key FeaturesLearn how to develop and design your own librariesFind solutions to your app development problems and implement them in a highly reusable manner, following library development best practicesExplore advanced C++ features such as containers, coroutines, and modulesBook DescriptionIf you think you've mastered C++ and know everything it takes to write robust applications, you'll be in for a surprise. With this book, you'll gain comprehensive insights into C++, covering exclusive tips and interesting techniques to enhance your app development process.You'll kick off with the basic principles of library design and development, which will help you understand how to write reusable and maintainable code. You'll then discover the importance of exception safety, and how you can avoid unexpected errors or bugs in your code. The book will take you through the modern elements of C++, such as move semantics, type deductions, and coroutines. As you advance, you'll delve into template programming - the standard tool for most library developers looking to achieve high code reusability. You'll explore the STL and learn how to avoid common pitfalls while implementing templates. Later, you'll learn about the problems of multithreaded programming such as data races, deadlocks, and thread starvation. You'll also learn high-performance programming by using benchmarking tools and libraries. Finally, you'll discover advanced techniques for debugging and testing to ensure code reliability.By the end of this book, you'll have become an expert at C++ programming and will have gained the skills to solve complex development problems with ease.What you will learnSolve common C++ development problems by implementing solutions in a more generic and reusable wayAchieve different levels of exception safety guarantees by introducing precise declarationsWrite library-quality code that meets professional standardsPractice writing reliable, performant code that exposes consistent behavior in programsUnderstand why you need to implement design patterns and how it's doneWork with complex examples to understand various aspects of good library designWho this book is forThis book is for intermediate and expert-level C++ developers who are looking to explore the lesser known functionalities of the language to improve the efficiency of their code and the way they develop applications. Basic knowledge of object-oriented programming concepts and the Standard Template Library (STL) is assumed.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America
EUR 47,19
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: PBShop.store UK, Fairford, GLOS, Reino Unido
EUR 41,27
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Idioma: Inglés
Publicado por Packt Publishing Limited, 2020
ISBN 10: 1838559914 ISBN 13: 9781838559915
Librería: THE SAINT BOOKSTORE, Southport, Reino Unido
EUR 48,01
Cantidad disponible: Más de 20 disponibles
Añadir al carritoPaperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Librería: AHA-BUCH GmbH, Einbeck, Alemania
EUR 58,81
Cantidad disponible: 1 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering.
Librería: preigu, Osnabrück, Alemania
EUR 53,65
Cantidad disponible: 5 disponibles
Añadir al carritoTaschenbuch. Condición: Neu. Advanced C++ Programming Cookbook | Rian Quinn | Taschenbuch | Englisch | 2020 | Packt Publishing | EAN 9781838559915 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.