help with c++ coding

来源: 2006-05-17 14:36:59 [旧帖] [给我悄悄话] 本文已被阅读:

If I have a string which contains a function name, how do I make a call to the function?

string func_name="myfunction"; // how do I call myfunction() using func_name?