Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / delegates

Delegates

delegates

Great Reads

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by paladin_t
A Mimetic C# Style Multicast Event Implementation with C++
by David Lafreniere
A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
by David Lafreniere
A C++ delegate library capable of anonymously invoking any callable function synchronously or asynchronously

Latest Articles

by Rahul Rajat Singh
This article discusses delegates and how to write delegate handlers using functions, anonymous functions and Lambda expressions.
by paladin_t
A Mimetic C# Style Multicast Event Implementation with C++
by David Lafreniere
A C++ standards compliant delegate library capable of targeting any callable function synchronously or asynchronously
by David Lafreniere
A C++ delegate library capable of anonymously invoking any callable function synchronously or asynchronously

All Articles