Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Predefined Macros for function name __func__

Why use #if 0 for block commenting out?

Scope of macros in C?

c c-preprocessor

What is the difference between a preprocessor macro with no arguments, and one with zero arguments

macros c-preprocessor

Why is this C or C++ macro not expanded by the preprocessor?

c++ c macros c-preprocessor

Documenting preprocessor defines in Doxygen

c++ c-preprocessor doxygen

Variable name from macro argument

c++ c-preprocessor

Print macro values without knowing the amount of macros

c++ c-preprocessor

How can I see the output of the Visual C++ preprocessor? [duplicate]

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