Search code examples
How can I make a char string from a C macro's value?...


cc-preprocessordry

Read More
C preprocessor concatenation outside of #define...


cc-preprocessor

Read More
Expected unqualified-id before numeric constant for defining a number...


c++syntaxc-preprocessor

Read More
Multiline preprocessor macro with trailing comments...


c++cgccg++c-preprocessor

Read More
Variable in include file c++...


c++macrosincludec-preprocessor

Read More
How to use #define for get filename without file extension and store it to PROGMEM...


c-preprocessoravrprogmem

Read More
Best practice when referring to a program's name in C...


cc-preprocessor

Read More
Can __shared__ variables be encapsulated in __device__ __host__ functions?...


cudac-preprocessorgpu-shared-memory

Read More
Is it possible to compute factorial value of a proprocessor value during compile time in C?...


cmacrosc-preprocessorpreprocessor-directive

Read More
C - Should I use quotes or brackets to include headers in a separate directory...


cincludec-preprocessor

Read More
How can I use the C/C++ preprocessor to concatenate string literals and byte values...


c++c-preprocessor

Read More
C++ __COUNTER__ definition...


c++macrosc-preprocessor

Read More
Comparing floating point preprocessor definitions safely...


cfloating-pointc-preprocessor

Read More
How do I generate an error or warning in the C preprocessor?...


c-preprocessor

Read More
White-box testing - friends or preprocessor?...


c++unit-testingc-preprocessorfriend

Read More
C++ constexpr function to test preprocessor macros...


c++c++11c-preprocessorautoconfconstexpr

Read More
C Macro - Dynamic #include...


cmacrosincludec-preprocessor

Read More
C preprocessor macro - creating code from configuration table...


configurationmacrosc-preprocessor

Read More
Can gcc output C code after preprocessing?...


cc-preprocessorpreprocessorpreprocessor-directive

Read More
PC-LINT error 5448: token is not a valid binary operator in a preprocessor subexpression...


c-preprocessorpc-lintrl78

Read More
Why do C preprocessor macros work by simple textual substitution instead of function-like way?...


cmacrosc-preprocessor

Read More
How to use Preprocessor directives in MVC aspx pages...


c#asp.net-mvcc-preprocessor

Read More
C++ macros get an unexpected result?...


c++c-preprocessor

Read More
How to force Visual Studio preprocessor case sensitivity with #includes?...


c++visual-studioincludec-preprocessor

Read More
size of size_t preprocessor value...


chashhashtablec-preprocessorsize-t

Read More
Why does gcc 11.3.0 append "a-" to dependency file name?...


gccmakefiledependenciesc-preprocessor

Read More
Check against Windows Build version in preprocessor...


c++winapic-preprocessor

Read More
Use typedef within struct for naming and indexing text commands...


c++cc-preprocessor

Read More
generate C/C++ variable names using preprocessor condition...


c-preprocessor

Read More
c macro in macro. how to do it...


cmacrosc-preprocessor

Read More
BackNext