|
Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
|
Files | |
| event_queue.cpp | |
| Implementation of the EventQueue class. | |
| event_queue.hpp | |
| Declaration of the EventQueue class. | |
| main.cpp | |
| Entry point for the Event Queue demonstration. | |