Published by Manning Publications (edition 1), 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: BooksRun, Philadelphia, PA, U.S.A.
£ 17.27
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Fair. 1. Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported.
Seller: WorldofBooks, Goring-By-Sea, WS, United Kingdom
Paperback. Condition: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Published by Manning Publications, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: ThriftBooks-Reno, Reno, NV, U.S.A.
£ 19.08
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.25.
Published by Manning Publications, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
£ 19.08
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Good. No Jacket. Former library book; Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.25.
Published by Manning Publications, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: ThriftBooks-Dallas, Dallas, TX, U.S.A.
£ 19.08
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.25.
Published by Manning Publications, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.
£ 19.08
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.25.
Condition: NEW.
PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000.
Seller: Ria Christie Collections, Uxbridge, United Kingdom
Condition: New. In.
Seller: Majestic Books, Hounslow, United Kingdom
Condition: New. pp. 320.
£ 47.69
Convert currencyQuantity: 5 available
Add to basketCondition: New. This is a Brand-new US Edition. This Item may be shipped from US or any other country as we have multiple locations worldwide.
Published by Manning Publications 12/7/2018, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: BargainBookStores, Grand Rapids, MI, U.S.A.
£ 41.74
Convert currencyQuantity: 5 available
Add to basketPaperback or Softback. Condition: New. Functional Programming in C++: How to Improve Your C++ Programs Using Functional Techniques 1.1. Book.
Seller: Books Puddle, New York, NY, U.S.A.
£ 43.93
Convert currencyQuantity: 2 available
Add to basketCondition: New. pp. 320.
£ 42.72
Convert currencyQuantity: 2 available
Add to basketTaschenbuch. Condition: Neu. Neuware -Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs.
Published by Manning Publications, 2019
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Ireland
First Edition
£ 49.93
Convert currencyQuantity: 4 available
Add to basketCondition: New. 2018. 1st Edition. Paperback. . . . . .
£ 42.72
Convert currencyQuantity: 2 available
Add to basketTaschenbuch. Condition: Neu. Neuware -SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.Purchase of the print book includes a free Elektronisches Buch in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyWell-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL.About the BookFunctional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit.What's insideWriting safer code with no performance penaltiesExplicitly handling errors through the type systemExtending C++ with new control structuresComposing tasks with DSLsAbout the ReaderWritten for developers with two or more years of experience coding in C++.About the AuthorIvan Cukic is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.Table of ContentsIntroduction to functional programmingGetting started with functional programmingFunction objectsCreating new functions from the old onesPurity: Avoiding mutable stateLazy evaluationRangesFunctional data structuresAlgebraic data types and pattern matchingMonadsTemplate metaprogrammingFunctional design for concurrent systemsTesting and debugging 320 pp. Englisch.
£ 42.72
Convert currencyQuantity: 2 available
Add to basketTaschenbuch. Condition: Neu. Neuware -SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.Purchase of the print book includes a free Elektronisches Buch in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyWell-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL.About the BookFunctional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit.What's insideWriting safer code with no performance penaltiesExplicitly handling errors through the type systemExtending C++ with new control structuresComposing tasks with DSLsAbout the ReaderWritten for developers with two or more years of experience coding in C++.About the AuthorIvan Cukic is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.Table of ContentsIntroduction to functional programmingGetting started with functional programmingFunction objectsCreating new functions from the old onesPurity: Avoiding mutable stateLazy evaluationRangesFunctional data structuresAlgebraic data types and pattern matchingMonadsTemplate metaprogrammingFunctional design for concurrent systemsTesting and debugging 320 pp. Englisch.
Seller: California Books, Miami, FL, U.S.A.
£ 44.84
Convert currencyQuantity: Over 20 available
Add to basketCondition: New.
Seller: Biblios, Frankfurt am main, HESSE, Germany
£ 46.37
Convert currencyQuantity: 4 available
Add to basketCondition: New. pp. 320.
£ 43.23
Convert currencyQuantity: 2 available
Add to basketTaschenbuch. Condition: Neu. Neuware - SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help you understand FP concepts and begin to think functionally.Purchase of the print book includes a free Elektronisches Buch in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyWell-written code is easier to test and reuse, simpler to parallelize, and less error prone. Mastering the functional style of programming can help you tackle the demands of modern apps and will lead to simpler expression of complex program logic, graceful error handling, and elegant concurrency. C++ supports FP with templates, lambdas, and other core language features, along with many parts of the STL.About the BookFunctional Programming in C++ helps you unleash the functional side of your brain, as you gain a powerful new perspective on C++ coding. You'll discover dozens of examples, diagrams, and illustrations that break down the functional concepts you can apply in C++, including lazy evaluation, function objects and invokables, algebraic data types, and more. As you read, you'll match FP techniques with practical scenarios where they offer the most benefit.What's insideWriting safer code with no performance penaltiesExplicitly handling errors through the type systemExtending C++ with new control structuresComposing tasks with DSLsAbout the ReaderWritten for developers with two or more years of experience coding in C++.About the AuthorIvan Cukic is a core developer at KDE and has been coding in C++ since 1998. He teaches modern C++ and functional programming at the Faculty of Mathematics at the University of Belgrade.Table of ContentsIntroduction to functional programmingGetting started with functional programmingFunction objectsCreating new functions from the old onesPurity: Avoiding mutable stateLazy evaluationRangesFunctional data structuresAlgebraic data types and pattern matchingMonadsTemplate metaprogrammingFunctional design for concurrent systemsTesting and debugging.
Published by Pearson Deutschland GmbH|Manning, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: moluna, Greven, Germany
£ 35.76
Convert currencyQuantity: 3 available
Add to basketCondition: New. SummaryFunctional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style. This in-depth guide is full of useful diagrams that help .
Published by Manning Publications, 2018
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: Kennys Bookstore, Olney, MD, U.S.A.
£ 58.57
Convert currencyQuantity: 4 available
Add to basketCondition: New. 2018. 1st Edition. Paperback. . . . . . Books ship from the US and Ireland.
Seller: Toscana Books, AUSTIN, TX, U.S.A.
£ 40.73
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks.
Seller: Revaluation Books, Exeter, United Kingdom
Paperback. Condition: Brand New. 325 pages. 9.25x7.50x0.75 inches. In Stock.
£ 34.01
Convert currencyQuantity: Over 20 available
Add to basketCondition: As New. Unread copy in mint condition.
£ 34.09
Convert currencyQuantity: Over 20 available
Add to basketCondition: New. Brand New.
£ 42.72
Convert currencyQuantity: 2 available
Add to basketTaschenbuch. Condition: Neu. Neuware -Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs.Manning, St.-Martin-Straße 82, 81541 München 320 pp. Englisch.
Published by Manning Publications, New York, 2019
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.
£ 47.30
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs. Functional Programming in C++ teaches developers the practical sideof functional programming and what tools C++ provides to developsoftware in the functional style. KEY FEATURES Practical-guide Hands-on examples Step-by-step instructions This book is for developers who have worked professionally with C++for 2 or more years. ABOUT THE TECHNOLOGYBroadly speaking, Functional Programming is a style of programmingwhere the main programming building blocks are functions, asopposed to objects and procedures. AUTHOR BIOIvan Cukic has been teaching modern C++ techniques and functionalprogramming at the Faculty of Mathematics in Belgrade for 6 years and hasbeen using C++ for more than 15 years. He has been researching functionalprogramming in C++ before and during his PhD studies, and uses thetechniques in real-world projects. He is one of the core developers in KDE,the largest free/libre open source C++ project. "Written for developers with two or more years of experience coding in C++."--Page 4 of cover. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Published by Manning Publications, New York, 2019
ISBN 10: 1617293814 ISBN 13: 9781617293818
Language: English
Seller: AussieBookSeller, Truganina, VIC, Australia
£ 68.72
Convert currencyQuantity: 1 available
Add to basketPaperback. Condition: new. Paperback. Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs. Functional Programming in C++ teaches developers the practical sideof functional programming and what tools C++ provides to developsoftware in the functional style. KEY FEATURES Practical-guide Hands-on examples Step-by-step instructions This book is for developers who have worked professionally with C++for 2 or more years. ABOUT THE TECHNOLOGYBroadly speaking, Functional Programming is a style of programmingwhere the main programming building blocks are functions, asopposed to objects and procedures. AUTHOR BIOIvan Cukic has been teaching modern C++ techniques and functionalprogramming at the Faculty of Mathematics in Belgrade for 6 years and hasbeen using C++ for more than 15 years. He has been researching functionalprogramming in C++ before and during his PhD studies, and uses thetechniques in real-world projects. He is one of the core developers in KDE,the largest free/libre open source C++ project. "Written for developers with two or more years of experience coding in C++."--Page 4 of cover. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.
Seller: HPB-Red, Dallas, TX, U.S.A.
£ 16.05
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!