Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 39,54
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Sprache: Englisch
Verlag: Packt Publishing 2/29/2024, 2024
ISBN 10: 1835468551 ISBN 13: 9781835468555
Anbieter: BargainBookStores, Grand Rapids, MI, USA
Paperback or Softback. Zustand: New. Data Structures and Algorithms with the C++ STL: A guide for modern C++ practitioners. Book.
Anbieter: California Books, Miami, FL, USA
Zustand: New.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 46,96
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Sprache: Englisch
Verlag: Packt Publishing Limited, GB, 2024
ISBN 10: 1835468551 ISBN 13: 9781835468555
Anbieter: Rarewaves USA, OSWEGO, IL, USA
Paperback. Zustand: New. Data Structures and Algorithms with C++ STL is your guide to mastering the std::vector, memory management, and algorithm intricacies. Learn to navigate complex structures, adaptors, views, advanced algorithms, and much more with practical guidance.
Anbieter: Books Puddle, New York, NY, USA
Zustand: New.
Sprache: Englisch
Verlag: Packt Publishing Limited, GB, 2024
ISBN 10: 1835468551 ISBN 13: 9781835468555
Anbieter: Rarewaves.com USA, London, LONDO, Vereinigtes Königreich
EUR 60,63
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback. Zustand: New. Data Structures and Algorithms with C++ STL is your guide to mastering the std::vector, memory management, and algorithm intricacies. Learn to navigate complex structures, adaptors, views, advanced algorithms, and much more with practical guidance.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 47,60
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 50,59
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Sprache: Englisch
Verlag: Packt Publishing Limited, GB, 2024
ISBN 10: 1835468551 ISBN 13: 9781835468555
Anbieter: Rarewaves USA United, OSWEGO, IL, USA
EUR 59,53
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback. Zustand: New. Data Structures and Algorithms with C++ STL is your guide to mastering the std::vector, memory management, and algorithm intricacies. Learn to navigate complex structures, adaptors, views, advanced algorithms, and much more with practical guidance.
Sprache: Englisch
Verlag: Packt Publishing Limited, GB, 2024
ISBN 10: 1835468551 ISBN 13: 9781835468555
Anbieter: Rarewaves.com UK, London, Vereinigtes Königreich
EUR 56,64
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback. Zustand: New. Data Structures and Algorithms with C++ STL is your guide to mastering the std::vector, memory management, and algorithm intricacies. Learn to navigate complex structures, adaptors, views, advanced algorithms, and much more with practical guidance.
Anbieter: PBShop.store US, Wood Dale, IL, USA
PAP. Zustand: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 47,62
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 55,71
Anzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand.
Anbieter: Biblios, Frankfurt am main, HESSE, Deutschland
Zustand: New. PRINT ON DEMAND.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 52,37
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Anbieter: preigu, Osnabrück, Deutschland
Taschenbuch. Zustand: Neu. Data Structures and Algorithms with the C++ STL | A guide for modern C++ practitioners | John Farrier | Taschenbuch | Englisch | 2024 | Packt Publishing | EAN 9781835468555 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Taschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Explore the C++ 23 STL with practical guidance on vectors, algorithms, and custom types for intermediate developers, enriched by real-world examples.Key FeaturesMaster the std::vector and understand why it should be your default container of choiceUnderstand each STL algorithm and its practical applicationsGain insights into advanced topics such as exception guarantees and thread safetyPurchase of the print or Kindle book includes a free PDF Elektronisches BuchBook DescriptionWhile the Standard Template Library (STL) offers a rich set of tools for data structures and algorithms, navigating its intricacies can be daunting for intermediate C++ developers without expert guidance. This book offers a thorough exploration of the STL's components, covering fundamental data structures, advanced algorithms, and concurrency features.Starting with an in-depth analysis of the std::vector, this book highlights its pivotal role in the STL, progressing toward building your proficiency in utilizing vectors, managing memory, and leveraging iterators. The book then advances to STL's data structures, including sequence containers, associative containers, and unordered containers, simplifying the concepts of container adaptors and views to enhance your knowledge of modern STL programming. Shifting the focus to STL algorithms, you'll get to grips with sorting, searching, and transformations and develop the skills to implement and modify algorithms with best practices. Advanced sections cover extending the STL with custom types and algorithms, as well as concurrency features, exception safety, and parallel algorithms.By the end of this book, you'll have transformed into a proficient STL practitioner ready to tackle real-world challenges and build efficient and scalable C++ applications.What you will learnStreamline data handling using the std::vectorMaster advanced usage of STL iteratorsOptimize memory in STL containersImplement custom STL allocatorsApply sorting and searching with STL algorithmsCraft STL-compatible custom typesManage concurrency and ensure thread safety in STLHarness the power of parallel algorithms in STLWho this book is forThis book is for intermediate-level C++ developers looking to enhance their software development skills. Familiarity with basic C++ syntax and object-oriented programming (OOP) as well as some exposure to data structures and algorithms is assumed.Tailored to software engineers, computer science students, and hobbyist programmers, this book delves into C++ STL for practical application, performance enhancement, and efficient coding practices.Table of ContentsThe Basics of std::vectorMastering Iterators with std::vectorMastering Memory and Allocators with std::vectorMastering Algorithms with std::vectorMaking a Case for std::vectorAdvanced Sequence Container UsageAdvanced Ordered Associative Container UsageAdvanced Unordered Associative Container UsageAdvanced Container Adaptor UsageAdvanced Container View UsageFundamental Algorithms and SearchingManipulation and TransformationNumeric and Range-Based OperationsPermutations, Partitions, and HeapsSTL with RangesCreating STL-Types ContainersCreating STL-Compatible AlgorithmsType Traits and PoliciesException SafetyThread Safety and Concurrency with the STLSTL Interaction with Concepts and CoroutinesParallel Algorithms with the STL.