Tagged Questions

0
votes
2answers
152 views

Member function pointers - only a address?

http://www.codeproject.com/KB/cpp/fastdelegate2.aspx In the second paragraf of the introduction in the above article it says: "This is due to the expensive heap memory allocation that is required to ...