Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

passing function to another function in c++

1
2
3
int func (int)
int (*func) (int)
int (&func) (int)
Source by ncona.com #
 
PREVIOUS NEXT
Tagged: #passing #function #function
ADD COMMENT
Topic
Name
5+7 =