Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

An introduction to the RxCpp library

We will be using the RxCpp library to write our reactive programs for rest of the book. The RxCpp library is a header-only C++ library that can be downloaded from a GitHub repo: http://reactive-extensions.github.io/RxCpp/. The RxCpp library relies on Modern C++ constructs, such as language-level concurrency, lambda functions/expressions, functional composition/transformation, and operator-overloading, to implement reactive programming constructs. The RxCpp library is structured along the lines of libraries such as Rx.net and Rxjava. Like any other reactive programming framework, there are some key constructs that everyone should understand before they write the first line of code. They are:

  • Observables ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content