Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C++

Implementation of Delegates in C++ using Signal and Slot pattern

Rate me:
Please Sign up or sign in to vote.
3.73/5 (7 votes)
12 Sep 20042 min read 48.9K   770   31  
The article describes an efficient way to implement delegates in C++ using Signal and Slot pattern.

Views

Daily Counts

Downloads

Weekly Counts

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