Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Expanding a single macro in C or C++ source files

c++ c c-preprocessor

macro: string literal from char literal

c c-preprocessor

How does the linux kernel maintain the vast amount of config options?

Difference between cpp and gcc -E

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