Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

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

Indenting #defines

What does ## (double hash) do in a preprocessor directive?

What predefined macro can I use to detect clang?

c macros clang c-preprocessor

Is there a portable way to print a message from the C preprocessor?

printing c-preprocessor

Comma in C/C++ macro

c++ c macros c-preprocessor

How to identify platform/compiler from preprocessor macros?

C++ preprocessor __VA_ARGS__ number of arguments

C/C++ line number

#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?

Can gcc output C code after preprocessing?

Should I use #define, enum or const?