Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8978089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T19:31:30+00:00 2026-06-15T19:31:30+00:00

This may sound confusing, but how can you pass MULTIPLE ARGUMENTS in one ARGUMENT.

  • 0

This may sound confusing, but how can you pass MULTIPLE ARGUMENTS in one ARGUMENT.

What I’ve tried is the following:

#define CALL(v, look, param, expect) v(param){look(expect);}

Example when using it (Doesn’t work):

void CALL(InitD3D, engine->InitD3D, (HWND hWnd, bool windowed), (hWnd, windowed))

// Which should give(i want it to):
// void InitD3D(HWND hWnd, bool windowed){engine->InitD3D(hWnd, windowed);}
// But it may give: InitD3D((HWND hWnd, bool windowed)){engine->InitD3D((hWnd, windowed));}
// Or something similar or not...

So is basic words, how can i pass multiple arguments in one argument, without screwing it up…

Thank You

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T19:31:31+00:00Added an answer on June 15, 2026 at 7:31 pm
    #define CALL(v, look, param, expect) v param {look expect;}
    
    namespace foo {
      void bob(int x, int y) {}
    }
    CALL(void bob, foo::bob, (int x, int y), (x,y))
    
    int main() {
      bob(7,2);
    }
    

    I would advise against this technique.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may sound like a stupid question but I can't seem to find an
This may sound very noobish but I have tried to read the forum posts
My question may sound a little confusing, but I hope after reading this it
This may sound confusing: $myVar = Helloooo!; $text = myVar; How could i call
This may sound like a stupid question, but how can I start to use
this may sound silly, but i can´t find anywhere how to specify the pivotXType
This may sound like a stupid question, but if one locks a resource in
This may sound like a completely stupid question, but how can I get the
This may sound like a weird question but is there any where I can
This may sound complicated but I can answer any questions. What I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.