Skip to content

Delegates in C# are a very powerful tool in making programs as they can handle pointers to functions, member functions and lambdas. They can be used as events (ex: You've just won a game) and invoked to call all of the methods that it references. Since C++ doesn't have any native application I decided to try and create my own version of it (for …

License

Notifications You must be signed in to change notification settings

RicksThread/Delegates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delegates

Delegates in C# are a very powerful tool in making programs as they can handle pointers to functions, member functions and lambdas. They can be used as events (I.E: You've just won a game) and invoked to call all of the methods that they reference. Since C++ doesn't have any native application I decided to try and create my own version of it (for learning purposes)

About

Delegates in C# are a very powerful tool in making programs as they can handle pointers to functions, member functions and lambdas. They can be used as events (ex: You've just won a game) and invoked to call all of the methods that it references. Since C++ doesn't have any native application I decided to try and create my own version of it (for …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages