回复: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?

所有跟帖: 

回复:回复:help with c++ coding -14269- 给 14269 发送悄悄话 (143 bytes) () 05/17/2006 postreply 17:10:21

Are all the functions having the same prototype? -Silverbullet- 给 Silverbullet 发送悄悄话 (244 bytes) () 05/17/2006 postreply 19:48:56

请您先登陆,再发跟帖!