Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Including one C source file in another?

Are typedef and #define the same in c?

What exactly does an #if 0 ..... #endif block do?

c-preprocessor

"#include" a text file in a C program as a char[]

c include c-preprocessor

What is the purpose of a single pound/hash sign (#) on its own line in the C/C++ preprocessor?

c++ c boost c-preprocessor

C/C++ macro string concatenation

c++ c c-preprocessor

Standard alternative to GCC's ##__VA_ARGS__ trick?

How do I show the value of a #define at compile-time?

How can I concatenate twice with the C preprocessor and expand a macro as in "arg ## _ ## MACRO"?