Search:

Type: Posts; User: d0773d

Search: Search took 0.00 seconds.

  1. How do I pass an instantiated object and it's member function to another function?

    Hi all. I have been stuck on this idea for days now. From my understanding, to call a member function by pointer, I will need two things: A pointer to the class and a pointer to the function. With...
  2. I would like guidence about how to appoach my generic function pointer library

    Hi all,
    I recently read about the fundementals of pointers and how I can use them to point to objects and class methods. The steps that I have recently taken to point to class methods are, for...
  3. Thank you. Your explaination helped. ...

    Thank you. Your explaination helped.
    (this->*foo)(2); worked successfully.
  4. I would like help with my basic callback function pointer library

    Hi all,
    I am attempting to wrap my brain around function pointers. I created two files, exeCallback.h and exeCallback.cpp. I am receiving the error: "expression must have (pointer-to-)...
Results 1 to 4 of 4