Starter project for using (rxcpp)[https://github.com/Reactive-Extensions/RxCpp]
Just use git clone --recursive git@github.com:cipriancaba/rxcpp-starter.git
Edit main.cpp as needed
Run the following commands from the root of the project:
mkdir build
cd build
cmake ..
make -j4
./rxcpp_starter