Da: California Books, Miami, FL, U.S.A.
EUR 39,57
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Editore: Packt Publishing 7/19/2024, 2024
ISBN 10: 1837633770 ISBN 13: 9781837633777
Lingua: Inglese
Da: BargainBookStores, Grand Rapids, MI, U.S.A.
EUR 39,11
Convertire valutaQuantità: 5 disponibili
Aggiungi al carrelloPaperback or Softback. Condizione: New. Refactoring with C++: Explore modern ways of developing maintainable and efficient applications 1.39. Book.
Da: Ria Christie Collections, Uxbridge, Regno Unito
EUR 41,79
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. In.
Da: GreatBookPrices, Columbia, MD, U.S.A.
EUR 36,11
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Da: Best Price, Torrance, CA, U.S.A.
EUR 31,43
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloCondizione: New. SUPER FAST SHIPPING.
Da: GreatBookPrices, Columbia, MD, U.S.A.
EUR 41,77
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 41,78
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 45,43
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Da: Books Puddle, New York, NY, U.S.A.
EUR 67,73
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New.
Da: Buchpark, Trebbin, Germania
Condizione: Hervorragend. Zustand: Hervorragend | Sprache: Englisch | Produktart: Bücher.
Da: Antiquariat Ehbrecht - Preis inkl. MwSt., Ilsede, Germania
EUR 101,20
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Gut. 8°, XX, 224 Seiten, farbig illustr. OPbd. - zahlr. Textmarkeranstr. sonst guter Zustand - 2008. b72491 ISBN: 9781402069444 Sprache: Englisch Gewicht in Gramm: 550.
Da: Ria Christie Collections, Uxbridge, Regno Unito
EUR 159,14
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. In.
Da: Mispah books, Redhill, SURRE, Regno Unito
EUR 162,55
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Like New. Like New. book.
Da: Best Price, Torrance, CA, U.S.A.
EUR 174,59
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: New. SUPER FAST SHIPPING.
EUR 237,17
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. pp. 248.
Da: Lucky's Textbooks, Dallas, TX, U.S.A.
EUR 183,92
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
EUR 241,98
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. pp. 248.
Da: PBShop.store US, Wood Dale, IL, U.S.A.
EUR 46,96
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPAP. Condizione: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Da: PBShop.store UK, Fairford, GLOS, Regno Unito
EUR 42,94
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPAP. 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.
Da: THE SAINT BOOKSTORE, Southport, Regno Unito
EUR 46,90
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPaperback / softback. Condizione: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526.
Da: AHA-BUCH GmbH, Einbeck, Germania
EUR 57,68
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Improve readability and understandability of code using C++ best practicesKey Features: Enrich your coding skills using features from the modern C++ standard and industry approved libraries Implement refactoring techniques and SOLID principles in C++ Apply automated tools to improve your code quality Purchase of the print or Kindle book includes a free PDF Elektronisches BuchBook Description:Despite the prevalence of higher-level languages, C++ is still running the world, from bare-metal embedded systems to distributed cloud-native systems. C++ is on the frontline whenever there is a need for a performance-sensitive tool supporting complex data structures. The language has been actively evolving for the last two decades.This book is a comprehensive guide that shows you how to implement SOLID principles and refactor legacy code using the modern features and approaches of C++, the standard library, Boost library collection, and Guidelines Support Library by Microsoft. The book begins by describing the essential elements of writing clean code and discussing object-oriented programming in C++. You'll explore the design principles of software testing with examples of using popular unit testing frameworks such as Google Test. The book also guides you through applying automated tools for static and dynamic code analysis using Clang Tools.By the end of this book, you'll be proficient in applying industry-approved coding practices to design clean, sustainable, and readable real-world C++ code.What You Will Learn: Leverage the rich type system of C++ to write safe and elegant code Create advanced object-oriented designs using the unique features of C++ Minimize code duplication by using metaprogramming Refactor code safely with the help of unit tests Ensure code conventions and format with clang-format Facilitate the usage of modern features automatically with clang-tidy Catch complex bugs such as memory leakage and data races with Clang AddressSanitizer and ThreadSanitizerWho this book is for:This book will benefit experienced C++ programmers the most, but is also suitable for technical leaders, software architects, and senior software engineers who want to save on costs and improve software development process efficiency by using modern C++ features and automated tools.Table of Contents Coding Standards in C++ Main Software Development Principles Causes of Bad Code Good Candidates for Rewriting - Patterns and Anti-Patterns The Significance of Naming Utilizing a Rich Static Type System in C++ Classes, Objects, and OOP in C++ Designing and Developing APIs in C++ Code Formatting and Naming Conventions Introduction to Static Analysis in C++ Dynamic Analysis Testing Modern Approach to Managing Third Parties Version Control Code Review.
Da: Majestic Books, Hounslow, Regno Unito
EUR 69,02
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. Print on Demand.
Da: Biblios, Frankfurt am main, HESSE, Germania
EUR 71,16
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. PRINT ON DEMAND.
Da: moluna, Greven, Germania
EUR 153,73
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloGebunden. Condizione: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. State-of-the-art overview of battery chemistry and changing modelsGeneral and thorough overview of the State-of-Charge methods for rechargable batteries, describes high remaining run-time indication accuracy through simple and on-line adaptive mod.
Da: moluna, Greven, Germania
EUR 153,73
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. State-of-the-art overview of battery chemistry and changing modelsGeneral and thorough overview of the State-of-Charge methods for rechargable batteries, describes high remaining run-time indication accuracy through simple and on-line adaptive mod.
Da: Majestic Books, Hounslow, Regno Unito
EUR 249,73
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. Print on Demand pp. 248 49:B&W 6.14 x 9.21 in or 234 x 156 mm (Royal 8vo) Perfect Bound on White w/Gloss Lam.
Da: Majestic Books, Hounslow, Regno Unito
EUR 254,74
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. Print on Demand pp. 248 52:B&W 6.14 x 9.21in or 234 x 156mm (Royal 8vo) Case Laminate on White w/Gloss Lam.
Da: Biblios, Frankfurt am main, HESSE, Germania
EUR 256,45
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. PRINT ON DEMAND pp. 248.
Da: Biblios, Frankfurt am main, HESSE, Germania
EUR 260,60
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. PRINT ON DEMAND pp. 248.