|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Files | |
| main.cpp | |
| Demonstrates the Observer pattern in C++. | |
| observer.hpp | |
| Declaration of the IObserver interface for the Observer pattern. | |
| subject.hpp | |
| Declaration of the Subject class for the Observer pattern. | |