Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Set preprocessor definitions from file content in Visual C++

Checking if a type is a struct or pointer at compile time in C?

c c-preprocessor

How to assign subsequent bits to C enumeration members?

c enums c-preprocessor

Is #define X defined(Y) a valid C/C++ macro definition?

c++ c macros c-preprocessor

Include period in macro

c macros c-preprocessor

Save original value of C++ preprocessor macro

c++ macros c-preprocessor

How to include a newline in a C++ macro or how to use C++ templates to do the same?

Preprocessor for haskell source: is cpp the only option?

haskell c-preprocessor

Stringizing macro arguments in a multi-level macro call

Way to compare strings in C preprocessor? (GCC) [duplicate]

c gcc c-preprocessor

File Local Define

How to return a string from a MACRO function in C?

c string macros c-preprocessor

C preprocessor: what is the motivation behind treating undefined macro as 0?

Pre-processor directive to detect iPad

Define macro twice in C

c c-preprocessor

C: How to name a struct field `errno`?

c c-preprocessor

__COUNTER__ macro problems. Not displaying the value

Overriding macros using compiler options

gcc c-preprocessor

Why use both anonymous enum and define macros for constants? [duplicate]

"Extensible" C generics