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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -