Click here to Skip to main content
15,885,767 members
Articles / Programming Languages / C++11

CppEvent - How to Implement Events using Standard C++

Rate me:
Please Sign up or sign in to vote.
5.00/5 (26 votes)
13 Aug 2018CPOL7 min read 114.5K   2.8K   42  
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions