Search code examples
C macro to only change function calls and not function definitions...


cmacrosc-preprocessor

Read More
How to contain escape sequences in macro definition #?...


cc-preprocessorstringification

Read More
How to use switch statement inside a macro in C?...


cswitch-statementc-preprocessor

Read More
Debugging macro that utilizes memory and frees in it?...


cpointersmacrosc-preprocessorheap-memory

Read More
Inserting a one-line line comment with a preprocessor macro...


cgccmacrosc-preprocessor

Read More
Double evaluation within macro: a case of sizeof() to determine array's size passed as compound ...


c-preprocessorsizeofc99compound-literals

Read More
Generate preprocessor definitions based on CMAKE_CONFIGURATION_TYPES...


c++visual-c++cmakemacrosc-preprocessor

Read More
Preprocessor macro definition of a macro definition...


c++cc-preprocessor

Read More
Is the sizeof(enum) == sizeof(int), always?...


cenumsconstantsc-preprocessor

Read More
How to cover a C++ legacy code controlled by preprocessor #ifdefs with unittests?...


c++unit-testingc-preprocessorlegacy-code

Read More
How to prevent GNU-specific function when defined two sources...


cgcccompilationc-preprocessorpreprocessor

Read More
Include different file with defining preprocessor variable...


c++c++11c-preprocessor

Read More
#define and invalid type argument of unary ‘*’ (have ‘double’)...


c++c-preprocessor

Read More
Is the `gnu-zero-variadic-macro-arguments` safe to ignore?...


c++c++11warningsc-preprocessorvariadic-macros

Read More
How can I generate a list via the C preprocessor (cpp)?...


cc-preprocessor

Read More
How to change this into a preprocessor macro...


ccudac-preprocessor

Read More
Multiple preprocessor directives on one line in C++...


c++c-preprocessor

Read More
Make doxygen document the #ifdef parts too...


c++doxygenc-preprocessor

Read More
"variable" length initialisation using C preprocessor...


cc-preprocessor

Read More
C++ classes with members referencing each other...


c++pointersc-preprocessorclass-design

Read More
C++ compile time checking of type equality in a preprocessor directive...


c++c++11c-preprocessortype-traits

Read More
Can the C preprocessor be used to tell if a file exists?...


c++includec-preprocessor

Read More
Stray # in C header...


cc-preprocessor

Read More
Can you make custom operators in C++?...


c++templatesoperatorsc-preprocessormetaprogramming

Read More
Difference between static const and #define in Objective-C...


objective-cstaticconstantsc-preprocessor

Read More
How to append literal C-string to literal C-string by a macro?...


cmacrosconcatenationc-preprocessor

Read More
Restricting preprocessing-numbers in a C preprocessor to only handle valid floating and integer cons...


csyntaxc-preprocessorstandards

Read More
Overriding "endl" in C++ by #define preprocessor directive...


c++c-preprocessorpreprocessor-directive

Read More
Are typedef's handled by the preprocessor?...


cc-preprocessortypedef

Read More
How to change the macro value before comipling using Make or CMake?...


cmakefilecmakec-preprocessor

Read More
BackNext