List Question
10 TechQA 2023-12-27T11:20:37.450000why can't this macro be expanded when using wrapping macro of token pasting operator multiple times
69 views
Asked by louis rumor
How does application of the token concatenation operator ## interact with the prohibition against recursive macro expansion?
79 views
Asked by Lover of Structure
Example illustrating the unspecified relative evaluation order of # and ## in the C preprocessor
217 views
Asked by Lover of Structure
How to stringize by concatenating two tokens using token-pasting in c using macros?
98 views
Asked by thirdeye
C token pasting operator
33 views
Asked by Kay
How to call macro that uses token pasting?
197 views
Asked by s_diaconu
Why does the preprocessor forbid macro pasting of weird tokens?
278 views
Asked by Edenia
C Pre-processing: Chaining defines together
97 views
Asked by astroturfdurf
C++ Token Pasting Operator not concatenating __LINE__ in pre-processor definition
141 views
Asked by junglie85
How to use the token pasting operator with a variable number of arguments?
2.9k views
Asked by Ardent Coder