CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wsad597

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    10,361

    Re: Pointers to functions in arrays

    Whoa!
    Okay, thats really interesting. Ya that is probably a more straightforward solution.

    Thank you.
  2. Replies
    7
    Views
    10,361

    Re: Pointers to functions in arrays

    hmmm.
    std::function?
    I cant seem to find an exact definition or use on the internet. Does it have to do with templates?
    Or is it just a simple function used in main on the class?
    basically: is...
  3. Replies
    7
    Views
    10,361

    Re: Pointers to functions in arrays

    This is extremely helpful.
    Just learned about the this pointer.
    I'm going to have to do a bit more reading.

    Thank you for such a thorough example.
  4. Replies
    7
    Views
    10,361

    Pointers to functions in arrays

    Hey so I'm experimenting with pointers to function and using them to call a desired function based on the number given.
    I have tried several things but none of them seem to work.

    What I want to...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured