|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Files | |
| callbacks.cpp | |
| Implementation of the Event class for handling callbacks. | |
| callbacks.hpp | |
| Declaration of the Event class for handling callbacks. | |
| main.cpp | |
| Demonstrates the usage of the Event class for handling callbacks. | |