Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

C++ preprocessor removes whitespace in calls to variadic macros (Solaris Studio 12.3)

Using C Preprocessing to get integer value of a string

c macros c-preprocessor

How to verify a type in a C macro

c c-preprocessor

Behavior of __LINE__ when used in a macro

c gcc c-preprocessor

How can __COUNTER__ cause a ODR-violation here?

Override macro from the command line

c++ macros g++ c-preprocessor

C++ Pre-processor define after class keyword and before class name

c++ class c-preprocessor

Is there a way to have the C Preprocessor resolve macros in an #error statement?

c++ c-preprocessor

#pragma inside #define

#define and #include order in C

c gcc include c-preprocessor

What is the difference between global variables and #define in c

How does BOOST_PP_SEQ_FOLD_LEFT work?

c++ c c-preprocessor

Proper C preprocessor macro no-op

c macros c-preprocessor

Is it possible to convert a C string literal to uppercase using the preprocessor (macros)?

c macros c-preprocessor

Variadic macros with zero arguments, and commas

Did `#pragma once` make it into C++0x?

Evaluate preprocessor token before ## concatenation

How to force Visual Studio preprocessor case sensitivity with #includes?

Counting preprocessor macros

c macros c-preprocessor

Combining two #defined symbols in C++ preprocessor

c++ c-preprocessor