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
- Host: GitHub
- URL: https://github.com/edenreich/observer-pattern
- Owner: edenreich
- Created: 2019-11-26T00:58:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T01:13:21.000Z (over 6 years ago)
- Last Synced: 2025-03-06T05:33:18.699Z (over 1 year ago)
- Topics: cpp, design-patterns, learning, observable, observer
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.