Published by Packt Publishing 2017-05, 2017
ISBN 10: 1786465183 ISBN 13: 9781786465184
Language: English
Seller: Chiron Media, Wallingford, United Kingdom
PF. Condition: New.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
£ 45.62
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: medimops, Berlin, Germany
£ 50.62
Convert currencyQuantity: 1 available
Add to basketCondition: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.
Seller: thebookforest.com, San Rafael, CA, U.S.A.
£ 15.78
Convert currencyQuantity: 1 available
Add to basketCondition: New. Well packaged and promptly shipped from California. Partnered with Friends of the Library since 2010.
Published by Packt Publishing 5/16/2017, 2017
ISBN 10: 1786465183 ISBN 13: 9781786465184
Language: English
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
£ 44.96
Convert currencyQuantity: 5 available
Add to basketPaperback or Softback. Condition: New. Modern C++ Programming Cookbook: Recipes to explore data structure, multithreading, and networking in C++17 2.2. Book.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
£ 78.90
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. In.
Seller: California Books, Miami, FL, U.S.A.
£ 76.74
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
£ 40.60
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: HPB-Red, Dallas, TX, U.S.A.
£ 19.49
Convert currencyQuantity: 1 available
Add to basketpaperback. Condition: 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!
Published by Packt Publishing 2/29/2024, 2024
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
£ 45.91
Convert currencyQuantity: 5 available
Add to basketPaperback or Softback. Condition: New. Modern C++ Programming Cookbook - Third Edition: Master modern C++ including the latest features of C++23 with 140+ practical recipes 3.03. Book.
Seller: Lucky's Textbooks, Dallas, TX, U.S.A.
£ 68.64
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Published by Packt Publishing, 2024
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: Mispah books, Redhill, SURRE, United Kingdom
paperback. Condition: New. New. book.
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
£ 47.69
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: GreatBookPrices, Columbia, MD, U.S.A.
£ 34.66
Convert currencyQuantity: 1 available
Add to basketCondition: As New. Unread book in perfect condition.
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: GreatBookPricesUK, Woodford Green, United Kingdom
£ 52.36
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread book in perfect condition.
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: GreatBookPrices, Columbia, MD, U.S.A.
£ 43.90
Convert currencyQuantity: 1 available
Add to basketCondition: New.
Published by Packt Publishing Limited, 2017
ISBN 10: 1786465183 ISBN 13: 9781786465184
Language: English
Seller: PBShop.store UK, Fairford, GLOS, United Kingdom
£ 46.23
Convert currencyQuantity: Over 20 available
Add to basketPAP. 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.
Published by Packt Publishing Limited, 2017
ISBN 10: 1786465183 ISBN 13: 9781786465184
Language: English
Seller: PBShop.store US, Wood Dale, IL, U.S.A.
£ 53.23
Convert currencyQuantity: Over 20 available
Add to basketPAP. Condition: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000.
Seller: Majestic Books, Hounslow, United Kingdom
Condition: New. Print on Demand pp. 590.
Seller: AHA-BUCH GmbH, Einbeck, Germany
£ 67.61
Convert currencyQuantity: 1 available
Add to basketTaschenbuch. Condition: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Over 100 recipes to help you overcome your difficulties with C++ programming and gain a deeper understanding of the working of modern C++Key FeaturesExplore the most important language and library features of C++17, including containers, algorithms, regular expressions, threads, and moreGet going with unit testing frameworks Boost.Test, Google Test and CatchExtend your C++ knowledge and take your development skills to new heights by making your applications fast, robust, and scalable.Book DescriptionC++ is one of the most widely used programming languages. Fast, efficient, and flexible, it is used to solve many problems. The latest versions of C++ have seen programmers change the way they code, giving up on the old-fashioned C-style programming and adopting modern C++ instead.Beginning with the modern language features, each recipe addresses a specific problem, with a discussion that explains the solution and offers insight into how it works. You will learn major concepts about the core programming language as well as common tasks faced while building a wide variety of software. You will learn about concepts such as concurrency, performance, meta-programming, lambda expressions, regular expressions, testing, and many more in the form of recipes. These recipes will ensure you can make your applications robust and fast.By the end of the book, you will understand the newer aspects of C++11/14/17 and will be able to overcome tasks that are time-consuming or would break your stride while developing.What you will learnGet to know about the new core language features and the problems they were intended to solveUnderstand the standard support for threading and concurrency and know how to put them on work for daily basic tasksLeverage C++'s features to get increased robustness and performanceExplore the widely-used testing frameworks for C++ and implement various useful patterns and idiomsWork with various types of strings and look at the various aspects of compilationExplore functions and callable objects with a focus on modern featuresLeverage the standard library and work with containers, algorithms, and iteratorsUse regular expressions for find and replace string operationsTake advantage of the new filesystem library to work with files and directoriesUse the new utility additions to the standard library to solve common problems developers encounter including string_view, any , optional and variant typesWho this book is forIf you want to overcome difficult phases of development with C++ and leverage its features using modern programming practices, then this book is for you. The book is designed for both experienced C++ programmers as well as people with strong knowledge of OOP concepts.
Published by Packt Publishing Limited
ISBN 10: 1835080545 ISBN 13: 9781835080542
Seller: THE SAINT BOOKSTORE, Southport, United Kingdom
£ 66.66
Convert currencyQuantity: Over 20 available
Add to basketPaperback / softback. Condition: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526.