Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

What comes first - template instantiation vs. macro expansion?

Where is the DEBUG macro defined?

Documenting google tests

Why can't we use the preprocessor to create custom-delimited strings?

Preprocessor output on Qt Creator

c qt gcc c-preprocessor qmake

How can I keep doxygen from documenting #defines in a C file?

c doxygen c-preprocessor

Is there any cure for the preprocessor blues?

c vim c-preprocessor

How to know (in GCC) when given macro/preprocessor symbol gets declared?

c++ gcc c-preprocessor

C++ macro "if class is defined"

c++ macros c-preprocessor

Can the C preprocessor detect if a header file cannot be found and issue a specific warning?

include c-preprocessor

Is it possible to use #define from other cpp file?

c++ c-preprocessor

How to create a "C single-line comment" macro

c gcc macros c-preprocessor

C/C++ need a clever way to track function calls

c++ c gdb c-preprocessor

#if check (preprocessor macro) to differentiate between iPhone and iPad

#if in java, like in c preprocessors [duplicate]

Do any C or C++ compilers optimize within define macros?

How to get the definition of a macro as a string literal?

c++ c c-preprocessor

Are there any guarantees about consistency of __LINE__ directives?

How can I get the gcc preprocessor to check if an expression evaluates to a value or nothing?

About ## preprocessor in C

c-preprocessor