回复:help with c++ coding
I don't quite understand what you're trying to achieve. Are you trying to assign to 'func_name' with different function names, and by calling 'func_name' in your code you actually call the named function that you assigned to 'func_name'? If so, how about using a function pointer?
