Community

A native C++ implementation of .NET delegate pattern

(Christos Malliopoulos) In this article we present an implementation of the delegate pattern using C++ templates. In the accompanying demonstration project we provide a simplistic emulation of an event source object – that we call Button – firing a Click event, together with an object we call Bu

Read More - Register for Free Membership