Search code examples
Defining macro and using data types to find an absolute value...


ctypesmacrosc-preprocessor

Read More
Is there any way to get the C precompiler to use a mathematical result when concatenating symbols?...


cc-preprocessorpreprocessor

Read More
How do I show the value of a #define at compile-time?...


macrosc-preprocessorboost-preprocessor

Read More
#define macro for debug printing in C?...


cc-preprocessor

Read More
How does C compiler or Preprocessor handle MACRO with arguments differently?...


cmacrosc-preprocessorcompiler-optimizationavr-gcc

Read More
Defining macros with the same name as standard library functions...


clanguage-lawyerc-preprocessor

Read More
How to expand param list in C preprocessor...


c-preprocessor

Read More
What's the safest way to define short function name aliases in C++?...


c++functionmacrosaliasc-preprocessor

Read More
Define a variable and "return" an expression all within a single C macro...


cdata-structuresmacrossetc-preprocessor

Read More
Check whether function is declared with C preprocessor?...


cmacrosc-preprocessor

Read More
Difference between Enum and Define Statements...


c++cenumsc-preprocessor

Read More
C++ preprocessor __VA_ARGS__ number of arguments...


c++cc-preprocessorvariadic-macros

Read More
Why use preprocessor #if statements instead of if() else?...


c++if-statementc-preprocessorpreprocessor-directive

Read More
C Preprocessor - pass through variable to sub macro...


cmacrosc-preprocessor

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
Can `::` and `*` forming a member pointer type come from different macro expansions, or must they ap...


c++language-lawyerc-preprocessor

Read More
Is there an equivalent to AWK sprintf for use in C compiler #define directives?...


cc-preprocessor

Read More
How do I comment out a code section with comments nested inside?...


c++commentsc-preprocessor

Read More
Convert string from __DATE__ into a time_t...


c++datevisual-c++c-preprocessor

Read More
Define a preprocessor macro through CMake...


c++cmakec-preprocessor

Read More
#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular s...


c++cif-statementcoding-stylec-preprocessor

Read More
How can I use "else if" with the preprocessor #ifdef?...


c++c-preprocessorpreprocessor

Read More
Difference between preprocessor directives #if and #ifdef...


c-preprocessor

Read More
Can #if pre-processor directives be nested in C++?...


c++c-preprocessorpreprocessor-directive

Read More
Set preprocessor definitions from file content in Visual C++...


c++visual-studiovisual-c++c-preprocessor

Read More
Preprocessor #if equality directive not working as expected...


c++compiler-errorscompilationc-preprocessorpreprocessor-directive

Read More
What does #x inside a C macro mean?...


cmacrosc-preprocessorstringification

Read More
How can I make a string preprocessor definition from command-line in VC 2005 (C++)?...


c++visual-c++command-linec-preprocessor

Read More
How to access 1D arrays with multiple brackets for readability?...


c++cmultidimensional-arrayc-preprocessorsquare-bracket

Read More
Expand macros inside quoted string...


cmacrosc-preprocessorc-strings

Read More
BackNext