Thread: Function Pointer?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    162

    yes

    Yes I am refering to my question in post 3.

    The code in post 5 from "IfYouSaySo" is argumetns constant, meaning the functions you call with that class must have same argument settings. I want to know how to call a function which you onlyhave a pointer for and editable variable arguments to send. So the user can choose which function pointer to call and setup the argument arrays to match the calling function. Like a function that can call a API dll function but only knowing its name and library name, and the arguments are passed as arrays like in my "FUNCSTRUCT" above.
    Last edited by Aidman; 01-07-2003 at 08:54 AM.
    We haven't inherited Earth from our parents; instead we have borrowed her from our children - old Indian saying.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. sorting number
    By Leslie in forum C Programming
    Replies: 8
    Last Post: 05-20-2009, 04:23 AM
  2. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  3. Function Pointer help
    By Skydt in forum C Programming
    Replies: 5
    Last Post: 12-02-2005, 09:13 AM
  4. pointers
    By InvariantLoop in forum C Programming
    Replies: 13
    Last Post: 02-04-2005, 09:32 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM