Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Can boolean operators be used with the preprocessor?

c++ c-preprocessor

#define in Java

Understanding the behavior of C's preprocessor when a macro indirectly expands itself

c macros c-preprocessor

Is the C99 preprocessor Turing complete?

What's the difference between the WIN32 and _WIN32 defines in C++

c++ c-preprocessor

Is it possible to iterate over arguments in variadic macros?

#define vs const in Objective-C

Real-world use of X-Macros

This obfuscated C code claims to run without a main(), but what does it really do?

How, exactly, does the double-stringize trick work?

Boolean in ifdef: is "#ifdef A && B" the same as "#if defined(A) && defined(B)"?

What are the applications of the ## preprocessor operator and gotchas to consider?

Finding out what the GCC include path is [duplicate]

c linux gcc c-preprocessor

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

#ifdef inside #define

c c-preprocessor

Multi line preprocessor macros

c++ c c-preprocessor

Understanding container_of macro in the Linux kernel

Easy way to use variables of enum types as string in C?

c enums c-preprocessor

Why only define a macro if it's not already defined?

c macros c-preprocessor ifndef

Compile, Build or Archive problems with Xcode 4 (and dependencies)