Search code examples
How do I check OS with a preprocessor directive?...


coperating-systemc-preprocessorconditional-compilation

Read More
In C macros, should one prefer do { ... } while(0,0) over do { ... } while(0)?...


cstatic-analysisc-preprocessor

Read More
#define, #ifdef #undef #endif...


cvisual-studio-2008c-preprocessorpreprocessor-directive

Read More
How to avoid conflict between the definition of a function and macro with the same name?...


cc-preprocessor

Read More
What's the meaning of #line in C language?...


cc-preprocessorpreprocessor-directive

Read More
Weird macros for defining constants...


macrosc-preprocessorc99compound-literals

Read More
Generating a preprocessor error if a define is used...


c++cc-preprocessor

Read More
C preprocessor macro and warning suppression for custom variadic-argument function?...


cgccclangc-preprocessorvariadic-functions

Read More
Are C++ #ifndef preprocessor statements slow?...


c++c-preprocessor

Read More
Can I #define a constant solutionwide within c# code without project settings?...


unity-game-enginec-preprocessorconstantsglobalconditional-compilation

Read More
C preprocessor with if statement...


macrosc-preprocessor

Read More
Is `sizeof` allowed inside `#if` conditions?...


cc-preprocessor

Read More
How does the C preprocessor work, for instance, handling multiple macros?...


cgccc-preprocessor

Read More
Is there a way to flag a global variable being set in multiple places in c++?...


c++compiler-errorsglobal-variablesc-preprocessor

Read More
GCC dump preprocessor defines...


gccg++c-preprocessor

Read More
How to undefine a define at commandline using GCC...


gccmacrosc-preprocessor

Read More
If-directive macro comparison...


c++c-preprocessor

Read More
Checking emptiness of X macros...


c++cc-preprocessor

Read More
How to single-quote an argument in a macro?...


gccc-preprocessorstringification

Read More
Concatenate int to string using C Preprocessor...


cc-preprocessorstringification

Read More
Is it possible to iterate over arguments in variadic macros?...


cforeachc99c-preprocessorvariadic

Read More
Rationale why is macro redefinition without undef leads to ill-formed program...


c++c-preprocessorlanguage-design

Read More
'.' unexpected in macro parameter list, in `#define error(args...)`...


c++windowsvisual-studioc-preprocessor

Read More
What's the purpose of defining a C macro to be itself? (seen in glibc headers)...


cc-preprocessor

Read More
Using add_compile_definitions() for a value that initializes an array...


c++ccmakec-preprocessor

Read More
__FILE__, __LINE__, and __FUNCTION__ usage in C++...


c++debuggingloggingc-preprocessor

Read More
Is it possible to print a preprocessor variable in C?...


cvariablesc-preprocessor

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


cc-preprocessor

Read More
C++ based DSL that supports use of operator[] with list of arguments...


c++c++11c-preprocessor

Read More
why can't this macro be expanded when using wrapping macro of token pasting operator multiple ti...


c++c-preprocessorvariadic-macrostoken-pasting-operator

Read More
BackNext