Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Preprocessor facility __COUNTER__ in Visual C++

Using C preprocessor concatenation to get number in exponential notation

MSBuild C++ - command line - can pass defines?

#define a tuple in C

c c-preprocessor avr

Target platform/processor at compile time

Can I default a function argument to the value of __FILE__ at the caller?

_Pragma preprocessor operator in Visual C++

C (Embedded) : Giving source file unique ID's

c embedded c-preprocessor

Is there a difference in intended meaning between .s (lower-case) and .S (upper-case) assembly files?

gcc assembly c-preprocessor

Avoid "Unreachable code" warning for preprocessor-dependent code

What's new in the C++11 preprocessor?

c++ c++11 c-preprocessor

How do you test if two #defines are the same with the C preprocessor

c c-preprocessor

Is there a standard macro to detect architectures requiring aligned memory access?

function-like macro with the same name as an object-like macro

c macros c-preprocessor

Why does a C macro invocation eat up curly braces?

c c-preprocessor

Resolving typedefs in C and C++

c++ c c-preprocessor typedef

Type-generic programming with macros: tricks to determine type?

What is the use of pragma code section and data section?

Macro expands correctly, but gives me "expected expression" error

c macros c-preprocessor

Conditional inside C macro?

c-preprocessor