
9 Nov
2006
9 Nov
'06
8:18 a.m.
Hi
is there a way to convert a string to a function name and fire it. like
void his_fun(){
cout << "his is here" << endl;
}
vector<string> vec;
vec.push_back("his");
vec.push_back("me");
for(i=0; i