65.9K
CodeProject is changing. Read more.
Home

Delegates in managed C++

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.80/5 (4 votes)

Apr 26, 2001

CPOL

2 min read

viewsIcon

158933

downloadIcon

977

This sample demonstrates single- and multi-cast delegates using C++, including declaration, creation and usage, and a discussion on type safety.