n-tranced / rxcpp-starter

Starter project for working with rxcpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter project for working with rxcpp


Languages

Language:C++ 74.2%Language:CMake 25.8%