[问题] 关于把function写进阵列里面

楼主: HenryLiKing (HenryLiKing)   2016-06-02 22:06:33
开发平台(Platform): (Ex: VC++, GCC, Linux, ...)
Visual studio 2013
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
我想要把account 里面的函式放到一个阵列里面
但是我在Account外面的函式里面这样写
void(*functions[5])(string) = { newAC->setEmail, newAC->setPassword,
newAC->setName, newAC->setAddress, newAC->setPhone };
会出现底下的错误
error C2440: 'initializing' : cannot convert from
'overloaded-function' to 'void (__cdecl *)(std::string)'
我一直搞不懂到底错在哪里?
拜托各位替我解答了!
错误讯息:
喂入的资料(Input):
预期的正确结果(Expected Output):
错误结果(Wrong Output):
程式码(Code):(请善用置底文网页, 记得排版)
补充说明(Supplement):
如果有错误或是违规的地方告知后必定立马改善!
作者: EdisonX (卡卡兽)   2016-06-02 22:08:00
大写 'E' 修改标题 , 大写 'T' 修改内文 .先把标题补上。
作者: wtchen (没有存在感的人)   2016-06-02 22:10:00
请补上标题先
作者: littleshan (我要加入剑道社!)   2016-06-02 22:53:00
member function pointer 不是 function pointer你的需求,要用std::function加上std::bind
作者: james732 (好人超)   2016-06-02 23:16:00
根据楼上的提示:http://ideone.com/7DiiCg大概不是你想要的:http://ideone.com/Bogh7W XD
作者: holydc (のヮの)   2016-06-03 00:52:00

Links booklink

Contact Us: admin [ a t ] ucptt.com