Skip to content

tralamazza/event_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

event_system

C++ event system challenge

requirements

  • Written in C++
  • Must compile (please include build instructions)
  • Open a PR with your solution

goal

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

About

C++ event system challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published