C++ is C done wrong. We must purge C++ from this world.
Who is with me?
Name:
Anonymous2010-09-10 18:14
>>58
That's because your "func" is not a function pointer, it's a method pointer. If you had google'd "method pointer" you would have found the answer right away.