Passing member function pointer to member object in c++

后端 未结 4 1218
一个人的身影
一个人的身影 2020-12-04 22:54

I have a problem with using a pointer to function in C++. Here is my example:

#include 

using namespace std;

class bar
{
public:
    void (         


        
4条回答
提交回复
热议问题