New posts in c-preprocessor

The role of #ifdef and #ifndef

Concatenate int to string using C Preprocessor

How to define a preprocessor symbol in Xcode

Can I redefine a C++ macro then define it back?

Indenting #defines

Shall I prefer constants over defines?

What does ## (double hash) do in a preprocessor directive?

What predefined macro can I use to detect clang?

Is there a portable way to print a message from the C preprocessor?

Can the C preprocessor perform integer arithmetic?

How to identify platform/compiler from preprocessor macros?

#define in Java

C/C++ line number

#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?

Should I use #define, enum or const?

Preprocessor output

What exactly does an #if 0 ..... #endif block do?

Objective-C: Forward Class Declaration

MSVC++ variadic macro expansion

Convert a preprocessor token to a string