Search code examples
default value for macro declaration...


macrosc-preprocessorcompiler-directives

Read More
Why does the C preprocessor interpret the word "linux" as the constant "1"?...


clinuxgccc-preprocessor

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


c++g++mingwc-preprocessorgnu

Read More
Concatenate preprocessor tokens...


cconcatenationc-preprocessorc99

Read More
#undef-ing in Practice?...


cc-preprocessor

Read More
How to use Macro argument as string literal?...


c++c-preprocessorstring-literals

Read More
c #define identifier...


cmacrosc-preprocessor

Read More
Is a macro made to define constants?...


c++cmacrosc-preprocessoransi-c

Read More
Conditional Compilation and compile time evaluation of expressions in ANSI C...


cc-preprocessorsizeofansi-c

Read More
C preprocessor Result...


cif-statementheaderc-preprocessoransi-c

Read More
Do I have to include libraries in my main.cpp if it includes a header file whose .cpp has those libr...


c++c-preprocessor

Read More
ANSI C: standard definition for the size of the __DATE__ and __TIME__ strings?...


cc-preprocessoransi-c

Read More
C++ Expected an expression when defining struct with nested union...


c++structc-preprocessorunionspreprocessor-directive

Read More
Cartesian product of X-macro list with itself...


cc-preprocessormetaprogrammingx-macros

Read More
Can a header file name start with a digit?...


c++cc-preprocessorheader-files

Read More
Use a char[4] or char[8] as a constant int?...


c++c-preprocessor

Read More
set compile-time configuration variable in rust...


rustc-preprocessor

Read More
Can you #define a comment in C?...


cdebuggingc-preprocessor

Read More
#define causes an "expected primary-expression" error...


c++c-preprocessor

Read More
Header file works fine in one #include, causes syntax errors in another...


c++c-preprocessorheader-files

Read More
Expand macro inside string literal...


c++c++11visual-c++macrosc-preprocessor

Read More
Real-world use of X-Macros...


cmacrosc-preprocessorx-macros

Read More
How to manually deprecate members...


iosobjective-cswiftc-preprocessordeprecated

Read More
How do you create a debug only function that takes a variable argument list? Like printf()...


c++cc-preprocessor

Read More
How to store the exact literal of #define in a string for printing...


c-preprocessor

Read More
Extracting sections of C++ source code as strings for use at runtime...


c++macrosc-preprocessor

Read More
Insert text before each item in __VA_ARGS__ in macro in c++ or c...


c++cc-preprocessor

Read More
Variadic recursive preprocessor macros - is it possible?...


macrosc-preprocessor

Read More
Macro directives in C — my code example doesn't work...


cmacrosc-preprocessor

Read More
Check OpenCL vendor ID at kernel-compile-time?...


c-preprocessoropenclnvidiacompatibility

Read More
BackNext