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)
-
Notifications
You must be signed in to change notification settings - Fork 0
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
RicksThread/Delegates
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published