Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Difference between gcc and Microsoft preprocessor

Implementing a C preprocessor

Can I make a preprocessor directive dependent on the .NET framework version?

C preprocessor # and ## operators

Programmatically check the build configuration

Why does this variadic argument count macro fail with VC++?

Preprocessor directive #ifndef for C/C++ code

c++ c eclipse c-preprocessor

ARRAYSIZE C++ macro: how does it work?

c++ c-preprocessor

How do I check if one of multiple macros is defined in a single #ifdef?

In C macros, should one prefer do { ... } while(0,0) over do { ... } while(0)?

#undef-ing in Practice?

c c-preprocessor

C preprocessor macro for returning a string repeated a certain number of times

c macros c-preprocessor

Quote needed: Preprocessor usage is bad OO practice

Macro for static std::string object from literal

C macros and use of arguments in parentheses

GCC define function-like macros using -D argument

What is the reason for #pragma once inside header guards?

Is it reasonable to use enums instead of #defines for compile-time constants in C?

Using the C Preprocessor for languages other than C

c-preprocessor

Check whether function is declared with C preprocessor?

c macros c-preprocessor