Ali Naci Erdem

Personal Blog

  • Computers
  • DIY
  • GitHub
  • LinkedIn
  • itch.io
  • Support Me

unique_ptr

Passing Arbitrary Messages with C++

26th March 2018 / Leave a Comment

When I was working on a isometric game engine/map editor a few years back, I thought that it would be a nice idea to use some kind of a messaging mechanism to communicate between different components of the engine. Although that implementation is far from perfect, I will try to explain my intentions behind it … [Read more…]

Posted in: Computers Tagged: c plus plus, c++, control flow, message, Programming, templates, unique_ptr