New posts in c-preprocessor

Stringify template arguments

error: pasting "." and "red" does not give a valid preprocessing token

Combining wide string literal with string macro

Is there a way to define a preprocessor macro that includes preprocessor directives?

What's special about R and L in the C++ preprocessor?

C preprocessor Macro defining Macro

How can I implement a dynamic dispatch table in C

Qt macro keywords cause name collisions

#include directive: relative to where?

How do I setup visual studio to register some #defines globally?

When can you omit the file extension in an #include directive?

How do I run the preprocessor on local headers only?

"#ifdef" inside a macro [duplicate]

How can I detect g++ and MinGW in C++ preprocessor?

Is there a preprocessor define that is defined if the compiler is MSVC?

How to generate a newline in a cpp macro?

What is the NDEBUG preprocessor macro used for (on different platforms)?

how to make macro replacement text into a string in C / C++

C/C++, can you #include a file into a string literal? [duplicate]

Should variable definition be in header files?