User: shawnlau

  • Public profile

User profile: shawnlau

User info
User name:shawnlau
History
Joined:
Number of posts:79
Latest posts:

Help with an array of member function pointers in a class
Here is the beginning of it. As I said, its written in Qt (https://www.qt.io/) so one would need tha...

Help with an array of member function pointers in a class
Thank you for the explanation. The static method worked fine, but when I started using it in my real...

Help with an array of member function pointers in a class
How would I use [code] std::function<void(MyClass*)> react[3] = {&MyClass::scream,&MyClass::whisper...

Help with an array of member function pointers in a class
That worked. Thanks for the help.

Help with an array of member function pointers in a class
I'm trying to implement an array of member function pointers in a class. I've googled around, and th...

This user does not accept Private Messages