Search code examples
_Pragma("GCC error") is processed differently inside and outside a #if directive...


gccc-preprocessorpragma

Read More
C circular dependency...


cincludec-preprocessorcircular-dependency

Read More
Pre-processors skipping part of a code in C...


cloopsc-preprocessorskip

Read More
Supress comments in output of "gcc -E" preprocessed code...


cgccc-preprocessor

Read More
Is it possible to typedef a preprocessor directive?...


cc-preprocessortypedef

Read More
Legitimate use-case for macro redefinition...


cc-preprocessor

Read More
A way around defining new variables in function calls...


cdebuggingc-preprocessorc89

Read More
C++ preprocessor ## operator...


cboostc-preprocessor

Read More
Why define a macro with the same name and content in C?...


cmacrosc-preprocessor

Read More
integer division with Constant...


cudac-preprocessor

Read More
How do I see a C/C++ source file after preprocessing in Visual Studio?...


c++cdebuggingvisual-studio-2005c-preprocessor

Read More
Why not concatenate C source files before compilation?...


ccompilationc-preprocessor

Read More
#define string over multiple lines...


cstringc-preprocessorstring-literalspreprocessor-directive

Read More
C Preprocessor: Stringify int with leading zeros?...


cc-preprocessorstringification

Read More
How to include header file in .c from other directories...


ccompilationc-preprocessor

Read More
Are constant C expressions evaluated at compile time or at runtime?...


coptimizationcompiler-constructionstandardsc-preprocessor

Read More
If you execute the code below, the output will be 8; however, I feel it should be 10. Can anyone exp...


cc-preprocessor

Read More
How does the line with two backslashes fool C preprocessor?...


chaskellc-preprocessor

Read More
Nested macro iteration with C preprocessor...


cmacrosc-preprocessormetaprogramming

Read More
C++ Error - missing closing quote with \...


c++c-preprocessorbackslashquote

Read More
Pointers to functions / Function Tables...


c++arrayspointersmacrosc-preprocessor

Read More
Can I capture the underlying value of one macro when defining another?...


cc-preprocessor

Read More
Can a #define be assigned the result of defined?...


c++cc-preprocessorstandards

Read More
Why is this C or C++ macro not expanded by the preprocessor?...


c++cmacrosc-preprocessor

Read More
How to iterate over two Boost Preprocessor sequences at the same time?...


c++cboostc-preprocessorboost-preprocessor

Read More
Using open/close braces in macros to enforce pairing in C...


cmacrosc-preprocessor

Read More
What happens when preprocessor lines are processed by the preprocessor? - the '.i' file...


cgccc-preprocessor

Read More
Stringification Parentheses Elimination...


cc-preprocessorstringify

Read More
C char of string to array...


carraysc-preprocessorconstantsc89

Read More
Pre-processor parsing on C++...


c++c-preprocessor

Read More
BackNext