Search:

Type: Posts; User: HappyClappers

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,207

    Thanks Dave_Sinkula, that answers my question:...

    Thanks Dave_Sinkula, that answers my question: not possible.

    However, vsprintf looks like it could be an option, if only I can find a memory safe version.
  2. Replies
    6
    Views
    3,207

    Very nice, but doesn't answer my question. I know...

    Very nice, but doesn't answer my question. I know how to unpack the arguments. I don't want to unpack them. I wan't to pass the whole lot straight to another function.

    If I unpack them, then I...
  3. Replies
    6
    Views
    3,207

    Forwarding variable parameter list.

    Hi,

    I'm trying to achieve a function that does the following:



    void myFunc(const char* str, ...)
    {
    printf(str, ...);
    }
Results 1 to 3 of 3