Newbetuts
.
New posts in c-preprocessor
C++ preprocessor: avoid code repetition of member variable list
c++
templates
arguments
c-preprocessor
Representing big numbers in source code for readability?
c++
c
c-preprocessor
Conditional compilation depending on the framework version in C#
c#
c-preprocessor
conditional-compilation
Are empty macro definitions allowed in C? How do they behave?
c
c-preprocessor
How can I generate unique values in the C preprocessor?
macros
c-preprocessor
Boolean in ifdef: is "#ifdef A && B" the same as "#if defined(A) && defined(B)"?
c++
c-preprocessor
conditional-compilation
# and ## in macros
c
c-preprocessor
stringification
Why would someone use #define to define constants?
c++
constants
c-preprocessor
Finding out what the GCC include path is [duplicate]
c
linux
gcc
c-preprocessor
Namespaces in C
c++
c
namespaces
c-preprocessor
Can #if pre-processor directives be nested in C++?
c++
c-preprocessor
preprocessor-directive
Multi line preprocessor macros
c++
c
c-preprocessor
Why only define a macro if it's not already defined?
c
macros
c-preprocessor
ifndef
What does ## mean for the C(C++) preprocessor?
c
c-preprocessor
stringification
#ifdef inside #define
c
c-preprocessor
Escaping a # symbol in a #define macro?
c++
c
macros
c-preprocessor
preprocessor-directive
How to use Macro argument as string literal?
c++
c-preprocessor
string-literals
Is the sizeof(enum) == sizeof(int), always?
c
enums
constants
c-preprocessor
Is the C99 preprocessor Turing complete?
c-preprocessor
theory
boost-preprocessor
turing-complete
Why do most C developers use define instead of const? [duplicate]
c
coding-style
c-preprocessor
Prev
Next