Search code examples
MSBuild C++ - command line - can pass defines?...


c++visual-c++msbuildmacrosc-preprocessor

Read More
How to generate a list of all occurances of a macro?...


c++c-preprocessor

Read More
C: Best way to hide if-statement in macro...


cmacrosc-preprocessor

Read More
How to include/remove C code functionality for different purposes/architectures?...


cgccc-preprocessorpreprocessor-directive

Read More
Is there a way to both check a macro is defined and it equals a certain value at the same time...


cmacrosc-preprocessordirective

Read More
Substitute parent tokens in child macro...


cmacrosc-preprocessorpreprocessor

Read More
Qt macro keywords cause name collisions...


c++qtc-preprocessorncursesncurses-cdk

Read More
Why does a C macro invocation eat up curly braces?...


cc-preprocessor

Read More
Is there a way to convert this "for i" c++ preprocessor macro to modern C++ (11+)?...


c++c-preprocessor

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


cfunctionc-preprocessorpreprocessor-directive

Read More
Multiple values in a single macro definition with __SYSCALL_DEFINEx...


clinux-kernelc-preprocessor

Read More
How to pad strings using preprocessor macros...


cstringc-preprocessor

Read More
Good practice for types in C which are not needed in certain configurations...


ctypesc-preprocessor

Read More
C macro _Generic gives unexpected compiler error...


cc-preprocessorc11

Read More
do... while(0) define block and support for type cast...


cc-preprocessoruser-defined-functions

Read More
Check if a constructed constant is #define'd...


cc-preprocessor

Read More
how to check liblua version at compile time?...


cluac-preprocessor

Read More
Determine variable from Makefile in Fortran...


macrosfortranc-preprocessor

Read More
Function-style macro with no-op if a condition is false...


cc-preprocessor

Read More
use define to assign a struct member to another member of the same struct...


cc-preprocessor

Read More
Function-like macro and enumerator with the same name...


cmacrosc-preprocessor

Read More
Prepocessor ## Operator and variable...


cmacrosc-preprocessor

Read More
How do I run the preprocessor on local headers only?...


c++gccclangc-preprocessorheader-files

Read More
Using preprocessor to define pointers...


cc-preprocessor

Read More
undefined reference to function inside ifdef block...


c++arduinoc-preprocessorundefined-referenceesp32

Read More
Why are variadic macros so unpleasant?...


c++cc-preprocessorlanguage-lawyervariadic-macros

Read More
Check all mallocs if they are protected with NULL return...


cmallocc-preprocessor

Read More
How to use a macro list twice in the same "call stack"?...


cmacrosc-preprocessorc11

Read More
Temporarily overwrite a macro in C preprocessor...


cc-preprocessor

Read More
Translating C preprocessor macro to a D template or mixin...


c-preprocessord

Read More
BackNext