-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
๐ seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.dotnet-csharp/svcfundamentals/subsvcin-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Description
[Enter feedback here]
The focus on "C++" function pointer seems to miss the point about C++. The function pointer is a legacy from C and sees very little use in (modern at least) C++. C++ developers tend to use inheritance and lambdas, not function pointers to achieve something similar to what a delegate allows. I suggest the text is changed to use "C", when talking about function pointers. In C, only function pointers can (easily) be used to achieve something similar to delegates.
Document Details
โ Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.
- ID: a0e3cfc0-21d1-a453-94f2-52c86c926117
- Version Independent ID: f7628623-ae76-0688-4124-848b8c636168
- Content: Delegates - C# Programming Guide
- Content Source: docs/csharp/programming-guide/delegates/index.md
- Product: dotnet-csharp
- Technology: csharp-fundamentals
- GitHub Login: @BillWagner
- Microsoft Alias: wiwagn
Metadata
Metadata
Assignees
Labels
๐ seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.dotnet-csharp/svcfundamentals/subsvcin-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.