Monday, August 17, 2009

c++: function overloading can be ACHIEVED -> template

--function pointer:
int (*foo)() = foo;
foo = foo;

(*foo)();
foo();

No comments:

Post a Comment