Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
observer Directory Reference

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.