C++ Reactive Programming: Design concurrent and asynchronous applications using the RxCpp library and Modern C++17
暫譯: C++ 反應式程式設計:使用 RxCpp 函式庫和現代 C++17 設計並發與非同步應用程式
Praseed Pai, Peter Abraham
- 出版商: Packt Publishing
- 出版日期: 2018-06-29
- 售價: $1,600
- 貴賓價: 9.5 折 $1,520
- 語言: 英文
- 頁數: 328
- 裝訂: Paperback
- ISBN: 1788629779
- ISBN-13: 9781788629775
-
相關分類:
C++ 程式語言
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$1,420$1,392 -
$3,480$3,306 -
$680$537 -
$832Boost.Asio C++ Network Programming, 2/e(Paperback)
-
$1,800$1,710 -
$2,180$2,071 -
$474$450 -
$1,600$1,264 -
$650$553 -
$2,200$2,090 -
$500$390 -
$403游戲服務器架構與優化
-
$210$200 -
$534$507
相關主題
商品描述
Learn how to implement the reactive programming paradigm with C++ and build asynchronous and concurrent applications
Key Features
- Efficiently exploit concurrency and parallelism in your programs
- Use the Functional Reactive programming model to structure programs
- Understand reactive GUI programming to make your own applications using Qt
Book Description
Reactive programming is an effective way to build highly responsive applications with an easy-to-maintain code base. This book covers the essential functional reactive concepts that will help you build highly concurrent, event-driven, and asynchronous applications in a simpler and less error-prone way.
C++ Reactive Programming begins with a discussion on how event processing was undertaken by different programming systems earlier. After a brisk introduction to modern C++ (C++17), you'll be taken through language-level concurrency and the lock-free programming model to set the stage for our foray into the Functional Programming model. Following this, you'll be introduced to RxCpp and its programming model. You'll be able to gain deep insights into the RxCpp library, which facilitates reactive programming. You'll learn how to deal with reactive programming using Qt/C++ (for the desktop) and C++ microservices for the Web.
By the end of the book, you will be well versed with advanced reactive programming concepts in modern C++ (C++17).
What you will learn
- Understand language-level concurrency in C++
- Explore advanced C++ programming for the FRP
- Uncover the RxCpp library and its programming model
- Mix the FP and OOP constructs in C++ 17 to write well-structured programs
- Master reactive microservices in C++
- Create custom operators for RxCpp
- Learn advanced stream processing and error handling
Who This Book Is For
If you're a C++ developer interested in using reactive programming to build asynchronous and concurrent applications, you'll find this book extremely useful. This book doesn't assume any previous knowledge of reactive programming.
Table of Contents
- Reactive Programming Model an Overview and its History
- A Breeze tour of the Modern C++ Language and Its key Idioms
- The Language level Concurrency and Parallelism in C++
- Lock Free and Asynchronous programming in C++
- Introduction to Observables
- Introduction to Event Stream Programming using C++
- An Introduction to data flow computation and the Rxcpp library
- Rxcpp the Key Elements
- Reactive GUI Programming using Qt/C++
- Design Patterns and Idioms for C++ Reactive programming
- Reactive Micro services in C++
- Advanced Streams and Handling Errors
商品描述(中文翻譯)
學習如何使用 C++ 實現反應式編程範式,並構建非同步和併發應用程式
主要特點
- 有效利用程式中的併發性和平行性
- 使用函數式反應式編程模型來結構化程式
- 理解反應式 GUI 編程,使用 Qt 創建自己的應用程式
書籍描述
反應式編程是一種有效的方式,可以構建高度響應的應用程式,並擁有易於維護的程式碼基礎。本書涵蓋了基本的函數式反應式概念,幫助您以更簡單且更少錯誤的方式構建高度併發、事件驅動和非同步的應用程式。
C++ 反應式編程首先討論了早期不同編程系統如何進行事件處理。在簡要介紹現代 C++ (C++17) 之後,您將了解語言層級的併發性和無鎖編程模型,為我們進入函數式編程模型鋪平道路。接下來,您將被介紹到 RxCpp 及其編程模型。您將深入了解 RxCpp 庫,該庫促進了反應式編程。您將學習如何使用 Qt/C++(桌面)和 C++ 微服務(Web)處理反應式編程。
在本書結束時,您將熟悉現代 C++ (C++17) 中的高級反應式編程概念。
您將學到什麼
- 理解 C++ 中的語言層級併發性
- 探索 FRP 的高級 C++ 編程
- 揭示 RxCpp 庫及其編程模型
- 在 C++ 17 中混合 FP 和 OOP 構造以編寫結構良好的程式
- 掌握 C++ 中的反應式微服務
- 為 RxCpp 創建自定義運算子
- 學習高級串流處理和錯誤處理
本書適合誰
如果您是 C++ 開發人員,對使用反應式編程構建非同步和併發應用程式感興趣,這本書將對您非常有用。本書不假設您對反應式編程有任何先前的知識。
目錄
- 反應式編程模型概述及其歷史
- 現代 C++ 語言及其關鍵慣用法的簡要介紹
- C++ 中的語言層級併發性和平行性
- C++ 中的無鎖和非同步編程
- 可觀察對象介紹
- 使用 C++ 的事件串流編程介紹
- 數據流計算及 RxCpp 庫介紹
- RxCpp 的關鍵元素
- 使用 Qt/C++ 的反應式 GUI 編程
- C++ 反應式編程的設計模式和慣用法
- C++ 中的反應式微服務
- 高級串流和錯誤處理