C++ event system challenge
- Written in C++
- Must compile (please include build instructions)
- Open a PR with your solution
Write an event system which allows the user to register callbacks (both methods and stand alone functions) and to trigger such events. Describe your solution, core design choice, caveats and possible improvements/directions. Consider:
- Type safety (e.g. for keys)
- Memory requirements