Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Variadic macros with zero arguments

C Macro - how to get an integer value into a string literal [duplicate]

Explanation of C++ FAQ's unsafe macro?

c++ c c-preprocessor

Is it possible for C preprocessor macros to contain preprocessor directives?

Why __func__, __FUNCTION__ and __PRETTY_FUNCTION__ aren't preprocessor macros?

Include all files in a directory?

Adding quotes to argument in C++ preprocessor

Why #if 0 vs #if (1 > 1)?

How to make preprocessor generate a string for __LINE__ keyword?

Can you #define a comment in C?

c debugging c-preprocessor

The most useful user-made C-macros (in GCC, also C99)? [closed]

c macros c-preprocessor c99

Functional programming in C with macro "Higher Order Function" generators

Changing a macro at runtime in C

c c-preprocessor

C Macros to create strings

Are constant C expressions evaluated at compile time or at runtime?

How to make G++ preprocessor output a newline in a macro?

c++ g++ newline c-preprocessor

strlen in the C preprocessor?

c c-preprocessor strlen

Are Variadic macros nonstandard?

Portably detect __VA_OPT__ support?

c++ c-preprocessor c++20

Header file included only once in entire program?