What are function pointers used for, and how would I use them?
Posted
by zlack
on Stack Overflow
See other posts from Stack Overflow
or by zlack
Published on 2009-11-18T19:46:21Z
Indexed on
2010/03/21
3:01 UTC
Read the original article
Hit count: 277
I understand I can use pointers for functions.
Can someone explain why one would use them, and how? Short example code would be very helpful to me.
© Stack Overflow or respective owner