Click here to Skip to main content
15,891,375 members
Articles / Programming Languages / C++

Generic Observer Pattern and Events in C++

Rate me:
Please Sign up or sign in to vote.
4.36/5 (19 votes)
5 Apr 20044 min read 178.7K   2.1K   69  
Efficient and generic way to implement Events in C++. Easy and intuitive way to connect an event to any member function of any class with no limitations.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Canada Canada
Baranovsky Eduard has been a software developer for more then 10 years. He has an experence in image processing, computer graphics and distributed systems design.

Comments and Discussions