StackOverflow Questions for Tag: token-pasting-operator

İlker Deveci
İlker Deveci

Reputation: 105

Why can't the token pasting operator (##) be used to concatenate two strings?

Score: 4

Views: 115

Answers: 3

Read More
Lover of Structure
Lover of Structure

Reputation: 1848

How does application of the token concatenation operator ## interact with the prohibition against recursive macro expansion?

Score: 2

Views: 130

Answers: 1

Read More
louis rumor
louis rumor

Reputation: 13

why can't this macro be expanded when using wrapping macro of token pasting operator multiple times

Score: 1

Views: 81

Answers: 1

Read More
Lover of Structure
Lover of Structure

Reputation: 1848

Example illustrating the unspecified relative evaluation order of # and ## in the C preprocessor

Score: 6

Views: 232

Answers: 1

Read More
thirdeye
thirdeye

Reputation: 302

How to stringize by concatenating two tokens using token-pasting in c using macros?

Score: 2

Views: 183

Answers: 1

Read More
Kay
Kay

Reputation: 131

C token pasting operator

Score: 0

Views: 29

Answers: 0

Read More
Edenia
Edenia

Reputation: 2488

Why does the preprocessor forbid macro pasting of weird tokens?

Score: 3

Views: 304

Answers: 1

Read More
s_diaconu
s_diaconu

Reputation: 305

How to call macro that uses token pasting?

Score: 1

Views: 239

Answers: 1

Read More
astroturfdurf
astroturfdurf

Reputation: 37

C Pre-processing: Chaining defines together

Score: 0

Views: 115

Answers: 1

Read More
junglie85
junglie85

Reputation: 1463

C++ Token Pasting Operator not concatenating __LINE__ in pre-processor definition

Score: 1

Views: 147

Answers: 1

Read More
Ardent Coder
Ardent Coder

Reputation: 3985

How to use the token pasting operator with a variable number of arguments?

Score: 3

Views: 3762

Answers: 1

Read More
PreviousPage 1Next