Function variable...

Does C++ support Function variable??
Fox example :
1
2
3
4
*Func() = printf;
Func = strcpy;
Func = rand;
Func = ...everything...


Do you know this variable type? And how to define it? (Any help would be greatly appreciated). :)
Last edited on
Topic archived. No new replies allowed.