Search code examples
Auto-incrementing macro expansion...


cmacrosc-preprocessor

Read More
OpenGL/glsl : Preprocessor issue with specific directive...


openglopengl-esglslc-preprocessor

Read More
C program to find the function name of a c file...


cfunctionc-preprocessorpreprocessor-directive

Read More
How to concat __func__ and __LINE__ in a macro definition...


c++cgccc-preprocessor

Read More
#define macro for debug printing in C?...


cc-preprocessor

Read More
Can I default a function argument to the value of __FILE__ at the caller?...


c++c-preprocessoroptional-arguments

Read More
Is the C99 preprocessor Turing complete?...


c-preprocessortheoryboost-preprocessorturing-complete

Read More
The need for parentheses in macros in C...


cmacrosc-preprocessorparentheses

Read More
Is this a C preprocessor bug?...


cc-preprocessorpreprocessor-directive

Read More
Expand a macro based on its parameter value...


cc-preprocessor

Read More
How to create meaningful error messages from _Generic macros?...


cgenericsmacrosc-preprocessor

Read More
How can I test if a preprocessor symbol is #define'd, but doesn't have any value?...


c++visual-c++c-preprocessor

Read More
Can a C macro definition refer to other macros?...


cc-preprocessor

Read More
MIN and MAX in C...


cmaxminc-preprocessor

Read More
Why isn't there any warning with "#if X" when X is undefined?...


c++visual-studio-2008c-preprocessor

Read More
Comma in C/C++ macro...


c++cmacrosc-preprocessor

Read More
Meaning of #undef in C++...


c++c-preprocessor

Read More
In which situations does the second form of `__has_include` appear?...


c++language-lawyerc-preprocessorpreprocessor-directive

Read More
Standard alternative to GCC's ##__VA_ARGS__ trick?...


cc99c-preprocessorvariadic-macros

Read More
How do I show the value of a #define at compile-time?...


macrosc-preprocessorboost-preprocessor

Read More
Macro definition to determine big endian or little endian machine?...


carchitecturemacrosc-preprocessorendianness

Read More
Is there a C++ preprocessor directive or similar that I can use to convert units...


c++arduinoembeddedc-preprocessorpreprocessor

Read More
Difference between macro and preprocessor...


cc-preprocessor

Read More
How does C90 treat non-directives / unrecognised preprocessing directives?...


cc-preprocessorc89

Read More
C macro expansion order (need to understand why)...


cc-preprocessor

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


c++cconcatenationc-preprocessor

Read More
Can the C preprocessor perform integer arithmetic?...


c-preprocessor

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
Is partial macro application / currying possible in the C preprocessor?...


cc-preprocessorcurryingpartial-application

Read More
#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular s...


c++cif-statementcoding-stylec-preprocessor

Read More
BackNext