Click here to Skip to main content
15,885,278 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 178K   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.

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 5-Apr-04 18:00 Available Smitha Nishant

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