Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

What's special about C++ header files with single-letter extensions?

c++ include c-preprocessor

C/C++ macro expanding to argument, argument as string

How can I obtain the identifier of the current function?

c++ c macros c-preprocessor

Why is C/C++ preprocessor adding a space here?

c++ c c-preprocessor

Why is MSVC preprocessor concatenating tokens differently than GCC and Clang?

c visual-c++ 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