Hi all I would like to know about Event Driven Frameworks for C++ programming language.Dot net is using delegates to raise an event.When the event is raised,an event handler method will execute. What are the other ways or frameworks to support event handling in C++? Thnks in advance!!
