Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

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)

How to use Macro argument as string literal?

Why do most C developers use define instead of const? [duplicate]

The role of #ifdef and #ifndef

c-preprocessor

How to define a preprocessor symbol in Xcode

Concatenate int to string using C Preprocessor

Why are preprocessor macros evil and what are the alternatives?

c++ c++11 c-preprocessor

How to compare strings in C conditional preprocessor-directives

Pragma in define macro

Macro vs Function in C

c function c-preprocessor