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

  • SEARCH
  • Home
  • 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 6105589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:59:15+00:00 2026-05-23T13:59:15+00:00

I have a macro defined in C something like this: #define SOME_FIELD(_A_,_B_,_C_) \ MyObj[

  • 0

I have a macro defined in C something like this:

  #define SOME_FIELD(_A_,_B_,_C_) \
    MyObj[ ## _A_ ## ].somePTR =        \
    (DWORD_PTR) (buff_ ## _C_  ## _C_ ## _ ## _B_ ## );

What i can understand that for index A we are getting some value for “somePTR”. My question is, What is ## <name> ## notation for and with this how value of somePTR is calculated??

I am new to such a macro so a descriptive explanation would be very helpful.

  • 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-05-23T13:59:15+00:00Added an answer on May 23, 2026 at 1:59 pm

    That is called token concatenation. It allows you to glue arguments together.

    For your example, SOME_FIELD(Param1,Param2,Param3); expands like this:

    MyObj[Param1].somePTR = (DWORD_PTR) (buff_Param3Param3_Param2);
    

    It’s easy enough to try this out yourself by using your compiler’s pre-processor. You don’t generally need to go to the trouble of writing a fully-fledged C program—the pre-processor can generally be invoked by itself.

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

Sidebar

Related Questions

I have a macro that looks like this: #define coutError if (VERBOSITY_SETTING >= VERBOSITY_ERROR)
I have seen this macro defined before but never really knew its purpose. Can
I have a macro definition in header file like this: // header.h ARRAY_SZ(a) =
So I have this macro and a bunch others defined in my header file
Is it possible to do something like this: #define F(x) \ #ifdef DOUBLE \
I want to make a helper macro for writing match-extensions. I have something like
I've noticed that sometimes, C macros are written as something like this: #define foo(bar)
I have this macro in my header file: #define UIColorFromRGB(rgbValue) \ [UIColor colorWithRed:((float)((rgbValue &
I currently have this: #define THIS(T) (boost::static_pointer_cast<T>(shared_from_this())) The macro is used in a method
Does racket have something like guile's procedure-source function, e.g.: (define (plus-one x) (+ 1

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.