cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
fnction pass
fnction pass
Sep 13, 2014 at 3:13pm UTC
xenovia12
(658)
is it possible to pass the function into another function and that another function will pass into another function? and will is still work the way it should be?
Sep 13, 2014 at 3:34pm UTC
MiiNiPaa
(8886)
Are you sure that you mean
pass
. Not
call
? Your question looks slightly ambiguous.
Sep 13, 2014 at 9:35pm UTC
Krisando
(120)
Function pointers will keep it's integrity no matter how many times it's passed, it's just referring to the function.
Topic archived. No new replies allowed.