An open API service indexing awesome lists of open source software.

https://github.com/edenreich/observer-pattern

A simple usage of the observer pattern by example
https://github.com/edenreich/observer-pattern

cpp design-patterns learning observable observer

Last synced: about 2 months ago
JSON representation

A simple usage of the observer pattern by example

Awesome Lists containing this project

README

          

# Simple Implemention of Observer Pattern

This is an example for the observer pattern in c++.

## Build

Just run `cd build && cmake .. && cmake --build . -- -j8` and execute `./observers`.