is "function Pointer" in c++ similar in behavior with "delegate" in c#? -


i have small question.

is function pointer in c++ similar in behavior delegate in c# ?

yes, they're similar.

but function pointer in c++ cannot point instance method of class, while delegate in c# can.


Comments

Popular posts from this blog

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -