Newbetuts
.
New posts in c-preprocessor
How does the C preprocessor handle circular dependencies?
c
linux
gcc
c-preprocessor
In a GNU C macro envSet(name), what does (void) "" name mean?
c
gcc
macros
c-preprocessor
What is the possible use for "#define for if (false) {} else for"?
c
c-preprocessor
Why is this macro replaced as 20 instead 10?
macros
c-preprocessor
How to detect LLVM and its version through #define directives?
c
clang
llvm
c-preprocessor
Why would one use #include_next in a project?
gcc
include
c-preprocessor
Is there a good reason for always enclosing a define in parentheses in C?
c
c-preprocessor
parentheses
Is #define banned in industry standards?
c
c-preprocessor
preprocessor-directive
Can macros be overloaded by number of arguments?
c++
c
overloading
c-preprocessor
variadic-macros
How do I generate an error or warning in the C preprocessor?
c-preprocessor
Portability of #warning preprocessor directive
c++
compiler-construction
warnings
c-preprocessor
portability
Preprocessor check if multiple defines are not defined
c
c-preprocessor
Concat two `const char` string literals
c++
c++11
c-preprocessor
constexpr
string-literals
How to write a while loop with the C preprocessor?
c
while-loop
c-preprocessor
How to test if preprocessor symbol is #define'd but has no value?
c++
visual-c++
c-preprocessor
Should I use #include in headers?
c
c-preprocessor
file-organization
Variadic recursive preprocessor macros - is it possible?
macros
c-preprocessor
Why not concatenate C source files before compilation? [duplicate]
c
compilation
c-preprocessor
DEBUG macros in C++
c++
c
debugging
c-preprocessor
Why use #define instead of a variable
c++
c-preprocessor
Prev
Next