Are all the functions having the same prototype?

回答: 回复:help with c++ codingSilverbullet2006-05-17 15:48:36

If so, function pointer can be used for such purpose (I assume you want to use a loop to walk through this list of functions, right?). Otherwise, I don't see how you can do what you're trying to do besides calling them one by one explicitly.

请您先登陆,再发跟帖!